Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Toad Server

БесплатноНе проверен

MCP server exposing portfolio AI tools including semantic search, evaluation framework, and prompt management, enabling natural language interaction with these

GitHubEmbed

Описание

MCP server exposing portfolio AI tools including semantic search, evaluation framework, and prompt management, enabling natural language interaction with these services via Claude Desktop.

README

TypeScript Node.js MCP Zod ESLint Prettier CI License

🔌 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    │  │
                                            │  └────────────────────┘  │
                                            └──────────────────────────┘

🛠️ Tools

Tool Description Read-only
toad_search_documents Semantic search over documents via natural language query Yes
toad_run_eval Run eval suite against a prompt variant, returns scores No
toad_system_status Health check all portfolio services (latency, status) Yes
toad_list_prompts List prompts with pagination and tag filtering Yes
toad_get_prompt Get prompt by name with version, template, score history Yes

All tools support response_format: "markdown" | "json" where applicable.

📦 Resources

URI Description
toad://system/status Health status of all services (JSON)
toad://prompts/{name} 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

  1. Build the server:

    npm run build
    
  2. Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json on 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"
          }
        }
      }
    }
    
  3. Restart Claude Desktop — tools appear automatically.

🔍 Testing with MCP Inspector

npx @modelcontextprotocol/inspector node dist/index.js

Opens a web UI to test each tool interactively.

⚙️ Environment Variables

Variable Default Description
SEMANTIC_SEARCH_URL http://localhost:3001 Semantic Search Engine endpoint
EVAL_FRAMEWORK_URL http://localhost:3002 Eval Framework endpoint
TRANSPORT stdio Transport mode: stdio or http
PORT 3100 HTTP transport port
HOST 127.0.0.1 HTTP transport bind address

📜 Scripts

Script Description
npm run build Compile TypeScript to dist/
npm run dev Run with tsx (hot reload)
npm start Run compiled server
npm run lint ESLint check
npm run format 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

from github.com/vola-trebla/toad-mcp-server

Установка Toad Server

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/vola-trebla/toad-mcp-server

FAQ

Toad Server MCP бесплатный?

Да, Toad Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Toad Server?

Нет, Toad Server работает без API-ключей и переменных окружения.

Toad Server — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Toad Server в Claude Desktop, Claude Code или Cursor?

Открой Toad Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Fetch

Web content fetching and conversion for efficient LLM usage.

автор: Community

Roblox Studio

Enables AI coding tools to control Roblox Studio for workspace exploration, instance manipulation, and script management. It provides tools for playtesting, sce

paralovавтор: paralov

Opencode Omniroute Plugin

OpenCode plugin for the OmniRoute AI Gateway. Drives dynamic model discovery, /connect auth flow, and multi-instance OmniRoute providers via the official @openc

GitHub Actionsавтор: GitHub Actions

AWS KB Retrieval

Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.

modelcontextprotocolавтор: modelcontextprotocol

Spring AI MCP Server

Provides auto-configuration for setting up an MCP server in Spring Boot applications.

автор: Community

llm-analysis-assistant

A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also

xuzexin-hzавтор: xuzexin-hz

MCP-Agent

A simple, composable framework to build agents using Model Context Protocol by [LastMile AI](https://www.lastmileai.dev)

lastmile-aiавтор: lastmile-ai

Spring AI MCP Client

Provides auto-configuration for MCP client functionality in Spring Boot applications.

автор: Community

mcp.natoma.ai

A Hosted MCP Platform to discover, install, manage and deploy MCP servers by [Natoma Labs](https://www.natoma.ai)

автор: Community

MCPHub

Website to list high quality MCP servers and reviews by real users. Also provide online chatbot for popular LLM models with MCP server support.

автор: Community

Compare Toad Server with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории ai