Mock Documentation Server
БесплатноНе проверенExposes a tool to retrieve mocked documentation records from a simulated database, supporting query and document ID lookup.
Описание
Exposes a tool to retrieve mocked documentation records from a simulated database, supporting query and document ID lookup.
README
This repository contains a FastMCP server that exposes a mocked documentation database tool.
Tool
get_documentation_from_database(document_id: str | None = None, query: str | None = None) -> dict
This tool returns mocked documentation records from a simulated database. You can request a specific document by document_id or search the mocked documentation with query.
Run the server
Install dependencies in the project virtual environment:
cd /Users/anupmurali/projects/MCP
.venv/bin/python -m pip install -e ./mcp-server
Run the server:
cd /Users/anupmurali/projects/MCP/mcp-server
.venv/bin/python main.py
The MCP endpoint will be available at http://127.0.0.1:8000/mcp.
Test the tool locally
You can call the tool directly from Python for a quick smoke test:
cd /Users/anupmurali/projects/MCP/mcp-server
.venv/bin/python -c "from main import get_documentation_from_database; print(get_documentation_from_database(query='MCP'))"
Notes
- The server uses
fastmcpwithmcpunder the hood. - The mocked database includes a few sample documentation records.
Установка Mock Documentation Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/anupmurali05/mcpFAQ
Mock Documentation Server MCP бесплатный?
Да, Mock Documentation Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Mock Documentation Server?
Нет, Mock Documentation Server работает без API-ключей и переменных окружения.
Mock Documentation Server — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Mock Documentation Server в Claude Desktop, Claude Code или Cursor?
Открой Mock Documentation Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
wenb1n-dev/SmartDB_MCP
A universal database MCP server supporting simultaneous connections to multiple databases. It provides tools for database operations, health analysis, SQL optim
автор: wenb1n-devPostgres Server
This server enables interaction with PostgreSQL databases through the Model Context Protocol, optimized for the AWS Bedrock AgentCore Runtime. It provides tools
автор: madhurprashPostgres
Query your database in natural language
автор: AnthropicPostgreSQL
Read-only database access with schema inspection.
автор: modelcontextprotocolCompare Mock Documentation Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории data
