AutoDev MCP Examples
@unit-mesh
关于 AutoDev MCP Examples
MCP Examples for AutoDev
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"filesystem": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-filesystem",
"/Volumes/source/ai/autocrud"
],
"disabled": true
},
"greeting": {
"command": "node",
"args": [
"/Users/phodal/source/ai/autodev-mcp-test/javascript-greeting"
]
},
"echo": {
"command": "uv",
"args": [
"run",
"--directory",
"/Users/phodal/source/ai/autodev-mcp-test/python-sqlite3/",
"--with",
"mcp",
"mcp",
"run",
"/Users/phodal/source/ai/autodev-mcp-test/python-sqlite3/server.py"
]
},
"weather": {
"command": "java",
"args": [
"-jar",
"/Volumes/source/ai/autodev-mcp-test/java-mcp/target/mcp-0.0.1-SNAPSHOT.jar"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is AutoDev MCP Examples?
AutoDev MCP Examples is a collection of Model Context Protocol (MCP) server configurations and code snippets across multiple programming languages. It demonstrates how to set up and run MCP servers using Node.js, Python, Java, and JavaScript, intended for developers learning or prototyping with MCP.
How to use AutoDev MCP Examples?
Configure your mcpServers in a JSON file by copying the provided examples, adjusting the command paths and arguments to match your local environment. For instance, run npx -y @modelcontextprotocol/server-filesystem or node /path/to/greeting.js as shown in the configuration. The README does not provide step‑by‑step installation instructions beyond these configurations.
Key features of AutoDev MCP Examples
- Includes ready‑to‑use MCP server definitions for filesystem, greeting, echo, and weather.
- Supports multiple runtimes: Node.js, Python (uv), Java, and JavaScript.
- Provides SDK and resource links for Java, Python, JavaScript, and Kotlin.
- Demonstrates a JSON‑RPC initialization message for testing connectivity.
- Configurations can be disabled (e.g.,
"disabled": truefor the filesystem server).
Use cases of AutoDev MCP Examples
- Learning how to configure and run MCP servers in different programming languages.
- Testing MCP server communication with a local tool or client using the provided JSON‑RPC sample.
- Prototyping custom MCP servers by modifying the example command and path definitions.
- Exploring SDK documentation and resources linked for each supported language.
FAQ from AutoDev MCP Examples
What languages are supported?
The examples include Node.js, Python, Java, and JavaScript. Links to SDK resources are also provided for Kotlin.
What dependencies are required?
Node.js (via npx and node), Python (via uv), and Java (via java -jar) must be installed. The exact versions are not specified.
How do I run the echo server?
Use the uv command with the directory and script path provided in the configuration, e.g., uv run --directory /path/to/python-sqlite3/ --with mcp mcp run /path/to/server.py.
Is there any authentication or security mentioned?
No, the README does not discuss authentication, authorization, or any security measures for the MCP servers.
Where does the filesystem server operate?
The filesystem server is configured to operate on /Volumes/source/ai/autocrud (visible as the directory argument). It is disabled by default.
其他 分类下的更多 MCP 服务器
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.

Peekaboo MCP – lightning-fast macOS screenshots for AI agents
steipetePeekaboo is a macOS CLI & optional MCP server that enables AI agents to capture screenshots of applications, or the entire system, with optional visual question answering through local or remote AI models.
ACI: Open-Source Infra to Power Unified MCP Servers
aipotheosis-labsACI.dev is the open source tool-calling platform that hooks up 600+ tools into any agentic IDE or custom AI agent through direct function calling or a unified MCP server. The birthplace of VibeOps.
Awesome Mlops
visengerA curated list of references for MLOps
评论