loading…
Search for a command to run...
loading…
Provide a Python-based MCP server implementation to enable integration of LLMs with external tools and resources. Facilitate dynamic interaction with data and a
Provide a Python-based MCP server implementation to enable integration of LLMs with external tools and resources. Facilitate dynamic interaction with data and actions through a standardized protocol. Simplify building MCP-compliant servers with Python tooling and CLI support.
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"sample-python-mcp": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"run",
"kamath/sample-python-mcp"
]
}
}
}PRs, issues, code search, CI status
Database, auth and storage
Reference / test server with prompts, resources, and tools.
Secure file operations with configurable access controls.