MCP Server
MCP
Document corpus
Query a verified document collection: passages that answer a question, with their source.
Install
uvx mdcx
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"identifier": "mdcx",
"version": "1.8.0",
"transport": {
"type": "stdio"
},
"packageArguments": [
{
"description": "Module that starts the server",
"isRequired": true,
"value": "mdcx.mcp_server",
"type": "named",
"name": "-m"
}
],
"environmentVariables": [
{
"description": "Absolute path to the .mdcx package to query",
"isRequired": true,
"name": "MDCX_FILE"
},
{
"description": "Key that decrypts the package",
"isRequired": true,
"isSecret": true,
"name": "MDCX_KEY"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment