Servers
MCP Python SDK Documentation
@aidecentralized
Read the docs Documentation for the MIT decentralized AI, MCP hackathon
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"MCP_Hackathon_docs": {
"command": "python",
"args": [
"-m",
"venv",
"venv"
]
}
}
}