← 返回
未分类 中文

Mcp Dev Toolkit

Build, test, and deploy MCP (Model Context Protocol) tools for developer workflows. Use when creating MCP servers, adding tool definitions, integrating with...
构建、测试并部署用于开发者工作流的MCP(模型上下文协议)工具。适用于创建MCP服务器、添加工具定义以及与...的集成
evezart
未分类 clawhub v1.0.0 1 版本 99586.8 Key: 无需
★ 0
Stars
📥 241
下载
💾 0
安装
1
版本
#latest

概述

MCP Dev Toolkit

Scaffold and build MCP (Model Context Protocol) servers with common developer tools.

Quick Start

Scaffold a new MCP server:

npx @anthropic/mcp-cli create my-server

Or use the scaffold script for a batteries-included setup:

bash scripts/scaffold.sh my-server python   # Python MCP server
bash scripts/scaffold.sh my-server typescript  # TS MCP server

Architecture

An MCP server exposes tools that LLMs can call. Each tool has:

  • name: Tool identifier
  • description: What the tool does (LLM reads this to decide when to use it)
  • inputSchema: JSON Schema for parameters

Tool Patterns

Database Access

See references/database-tools.md for PostgreSQL, SQLite, and MongoDB tool patterns.

File Management

See references/file-tools.md for read, write, search, and transform tools.

API Integration

See references/api-tools.md for REST/GraphQL wrapping patterns.

Transport Types

  • stdio: Local CLI integration (default for Claude Desktop)
  • HTTP/SSE: Remote server (for shared/team deployments)
  • Streamable HTTP: Modern transport (MCP spec 2025-03)

Testing

Test tools locally before deploying:

npx @anthropic/mcp-cli inspect ./my-server

Publishing

Publish to npm (TypeScript) or PyPI (Python), then configure in MCP clients.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-13 07:03 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

Evez Skill Vetter

evezart
在安装前对OpenClaw技能进行安全审查。用于评估第三方技能的安全性、检查权限范围、检测可疑行为。
★ 0 📥 293

Agent Memory Layer

evezart
可扩展的AI代理记忆系统,支持短期、长期和情景记忆,用于构建代理记忆持久化和对话上下文管理。
★ 0 📥 356

Cross Domain Engine

evezart
利用EVEZ OODA循环架构发现不同研究领域的隐藏关联,用于寻找跨领域新关联、检测...
★ 0 📥 301