MCP Server
MCP
UpToCode
Evidence-backed architecture-quality analysis for Python agent applications.
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
By
Comments
Sign in to leave a comment