mcp-server-skeleton
mcp-server-skeleton
Минимальный каркас сервера Model Context Protocol (MCP) — только стандартная библиотека
(JSON-RPC 2.0 через stdio). Реализует базовое рукопожатие (initialize,
tools/list, tools/call), так что вы можете регистрировать свои собственные инструменты без
внешних зависимостей. Подключайте Shopify / Meta Ads / Supabase / n8n и открывайте
их для Claude, Cursor, Codex, Gemini или Hermes.
Оригинальный проект, соответствующий тренду "Agent Skills / MCP". Это не очередной MCP каталог — это запускаемый сервер, который вы расширяете.
Регистрация инструмента
from mcp_server import MCPServer
server = MCPServer("my-tools", "0.1.0")
server.register_tool(
"add", "Add two numbers",
{"type": "object", "properties": {"a": {"type": "number"}, "b": {"type": "number"}}},
lambda args: str(args["a"] + args["b"]),
)
server.serve_stdio()Related MCP server: engine
Тестирование
pip install -e ".[dev]"
pytestЛицензия
MIT — см. LICENSE.
Ссылки
🌐 Веб-сайт: huggehub.com
💻 GitHub: @astrodevit-creator
🔗 LinkedIn: El Badaoui Hatim
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
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 Connectors
A registry of AI agent tools — MCP servers, APIs, CLIs, SDKs — kept current by automated ingestion.
The cloud for agents. Tools for AI agents to register, build, and deploy other agents. Zero human required.
Nifty's MCP server — exposes tasks, projects, messages, and files as tools for AI agents.
Reliable async execution for agent tool calls: schema gating, retries, idempotency, audit trail.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceExposes any OpenAPI spec endpoints as AI agent tools via stdio, requiring no code generation or maintenance.18MIT
- AlicenseBqualityCmaintenanceExposes self-owned AI agent plugins as tools to Claude Code via a stdio MCP server, allowing Claude to call system info, calculator, or scribe transcriber directly.3MIT
- FlicenseAqualityCmaintenanceA minimal starting point for a Model Context Protocol server with stdio transport and one tool, enabling quick setup and custom tool addition.1-
- AlicenseAqualityCmaintenanceExposes a verified tool registry (calculator, sandboxed file read, web fetch) over MCP stdio, enabling any MCP-capable client to reuse the same tools from the inspectable ReAct loop.3MIT
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/astrodevit-creator/mcp-server-skeleton'
If you have feedback or need assistance with the MCP directory API, please join our Discord server