MrTall93/ToolBox
A comprehensive Model Context Protocol (MCP) server for tool registration, discovery, and execution with semantic search capabilities. Built with Python, FastAPI, and PostgreSQL + pgvector for enterprise-grade deployments. Seamlessly integrates with LiteLLM for unified LLM tool access.
Platform-specific configuration:
{
"mcpServers": {
"ToolBox": {
"command": "npx",
"args": [
"-y",
"ToolBox"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...