mcp-server-skeleton
mcp-server-skeleton
최소한의 Model Context Protocol (MCP) 서버 스켈레톤 — 표준 라이브러리만 사용
(stdio를 통한 JSON-RPC 2.0). 핵심 핸드셰이크(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: mcpserve-py
테스트
pip install -e ".[dev]"
pytest라이선스
MIT — LICENSE 참조.
링크
🌐 웹사이트: huggehub.com
💻 GitHub: @astrodevit-creator
🔗 LinkedIn: El Badaoui Hatim
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
- AlicenseNot gradedqualityCmaintenanceExposes any OpenAPI spec endpoints as AI agent tools via stdio, requiring no code generation or maintenance.18MIT
- AlicenseNot gradedqualityDmaintenanceExposes SQLite database query tools and markdown document resources over JSON-RPC 2.0 stdio transport, enabling AI assistants to read and search documents and execute read-only SQL queries.1MIT
- 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
Related MCP Connectors
Reliable async execution for agent tool calls: schema gating, retries, idempotency, audit trail.
Runtime permission, approval, and audit layer for AI agent tool execution.
Agent registry with Nostr identity, reputation, escrow, observability, and Lightning payments.
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