← Back to Plugins
MCP Server MCP

UpToCode

github By github 👁 1 views ▲ 0 votes

Evidence-backed architecture-quality analysis for Python agent applications.

Homepage Verified source GitHub

Install

uvx uptocode

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://uptocode-mcp-1015314816960.us-central1.run.app/mcp",
      "headers": [
        {
          "value": "Bearer {UPTOCODE_API_KEY}",
          "variables": {
            "UPTOCODE_API_KEY": {
              "description": "Private-beta credential supplied separately by the UpToCode operator.",
              "isRequired": true,
              "isSecret": true
            }
          },
          "name": "Authorization"
        }
      ]
    }
  ],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "uptocode",
      "version": "1.0.0",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "value": "serve",
          "type": "positional"
        },
        {
          "value": "stdio",
          "type": "named",
          "name": "--transport"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http pypi

Comments

Sign in to leave a comment

Loading comments...