← Back to Plugins
MCP Server MCP

io.github.manoharanRajesh/python-version

github By github 👁 1 views ▲ 0 votes

An MCP server that provides [describe what your server does]

Homepage Verified source GitHub

Install

uvx transactions-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "transactions-mcp",
      "version": "1.0.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your API key for the service",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "YOUR_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...