An MCP server that provides [describe what your server does]
claude mcp add python-version -- uvx transactions-mcp
claude_desktop_config.json
{
"mcpServers": {
"python-version": {
"command": "uvx",
"args": [
"transactions-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"python-version": {
"command": "uvx",
"args": [
"transactions-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"python-version": {
"command": "uvx",
"args": [
"transactions-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"python-version": {
"type": "stdio",
"command": "uvx",
"args": [
"transactions-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"python-version": {
"command": "uvx",
"args": [
"transactions-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.manoharanRajesh--python-version/reviews or the review_server meta-tool.
POST /mcp