toad-mcp-server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@toad-mcp-serversearch for documents about authentication"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
toad-mcp-server
š MCP server exposing portfolio AI tools via Model Context Protocol. Connect to Claude Desktop and call Semantic Search, Eval Framework, and Prompt Management tools directly from chat.
šļø Architecture
āāāāāāāāāāāāāāāāāāāāāāā stdio / HTTP āāāāāāāāāāāāāāāāāāāāāāāāāāāā
ā Claude Desktop āāāāāāāāāāāāāāāāāā-āāāŗā toad-mcp-server ā
ā (MCP Client) ā ā ā
āāāāāāāāāāāāāāāāāāāāāāā ā āāāāāāāāāāāāāāāāāāāāāā ā
ā ā toad_search_docs āāāā¼āāāŗ Semantic Search API
ā āāāāāāāāāāāāāāāāāāāāā⤠ā
ā ā toad_run_eval āāāā¼āāāŗ Eval Framework API
ā āāāāāāāāāāāāāāāāāāāāā⤠ā
ā ā toad_system_status āāāā¼āāāŗ Health checks
ā āāāāāāāāāāāāāāāā-āāāā⤠ā
ā ā toad_list_prompts ā ā
ā āāāāāāāāāāāāāāāāāāāāā⤠ā
ā ā toad_get_prompt ā ā
ā āāāāāāāāāāāāāāāāāāāāāā ā
āāāāāāāāāāāāāāāāāāāāāāāāāāāāRelated MCP server: context-repo-mcp
š ļø Tools
Tool | Description | Read-only |
| Semantic search over documents via natural language query | Yes |
| Run eval suite against a prompt variant, returns scores | No |
| Health check all portfolio services (latency, status) | Yes |
| List prompts with pagination and tag filtering | Yes |
| Get prompt by name with version, template, score history | Yes |
All tools support response_format: "markdown" | "json" where applicable.
š¦ Resources
URI | Description |
| Health status of all services (JSON) |
| Get prompt by name with full metadata (JSON) |
š Quick Start
# Install
npm install
# Build
npm run build
# Run (stdio ā for Claude Desktop)
npm start
# Run (HTTP ā for remote/multi-client access)
TRANSPORT=http npm start
# Dev mode
npm run devš„ļø Claude Desktop Setup
Build the server:
npm run buildAdd to your Claude Desktop config (
~/Library/Application Support/Claude/claude_desktop_config.jsonon macOS):{ "mcpServers": { "toad-mcp-server": { "command": "node", "args": ["dist/index.js"], "cwd": "/absolute/path/to/toad-mcp-server", "env": { "SEMANTIC_SEARCH_URL": "http://localhost:3001", "EVAL_FRAMEWORK_URL": "http://localhost:3002" } } } }Restart Claude Desktop ā tools appear automatically.
š Testing with MCP Inspector
npx @modelcontextprotocol/inspector node dist/index.jsOpens a web UI to test each tool interactively.
āļø Environment Variables
Variable | Default | Description |
|
| Semantic Search Engine endpoint |
|
| Eval Framework endpoint |
|
| Transport mode: |
|
| HTTP transport port |
|
| HTTP transport bind address |
š Scripts
Script | Description |
| Compile TypeScript to |
| Run with tsx (hot reload) |
| Run compiled server |
| ESLint check |
| Prettier format |
š§± Tech Stack
TypeScript (NodeNext, strict)
@modelcontextprotocol/sdk ā MCP server SDK
Zod v4 ā input validation
ESLint + Prettier + Husky ā code quality
GitHub Actions ā CI (lint ā format ā build)
š License
ISC
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceAI-powered MCP server that enables Claude and other LLMs to interact directly with construction documents, drawings, and specifications through advanced RAG and hybrid search capabilities.Last updated7MIT
- Alicense-qualityAmaintenanceAn MCP server that enables AI assistants to manage Context Repo prompts, documents, and collections with semantic search and progressive disclosure navigation.Last updated1051MIT
- Alicense-qualityCmaintenanceMCP server providing RAG context and failure capture for Claude Code, enabling semantic search across project knowledge and storing/analyzing failures.Last updated1MIT
- Alicense-qualityDmaintenanceEnables AI-driven semantic code search via natural language queries, integrating with MCP clients like Claude Desktop to retrieve relevant code context from any codebase.Last updatedMIT
Related MCP Connectors
MCP server giving Claude AI access to 22+ NYC public-record databases for real estate due diligence
Augments MCP Server - A comprehensive framework documentation provider for Claude Code
MCP Hub: AI service discovery, per-user OAuth, and multi-service workflow orchestration
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/vola-trebla/toad-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server