Content
# AutoDev MCP Examples
```json
{
"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"
]
}
}
}
```
## Resource
### Java
- [Spring AI - Model Context Protocol (MCP)](https://docs.spring.io/spring-ai/reference/api/mcp/mcp-overview.html)
- [GitHub Java SDK](https://github.com/modelcontextprotocol/java-sdk)
- [Java MCP Server](https://modelcontextprotocol.io/sdk/java/mcp-server)
### Python
### JavaScript
### Kotlin
## Test
```
{"id":1,"method":"initialize","params":{"protocolVersion":"2024-11-05","capabilities":{"experimental":{},"sampling":{}},"clientInfo":{"name":"weather","version":"1.0.0"},"_meta":{},"method":"initialize"},"jsonrpc":"2.0"}
```
You Might Also Like
Ollama
Ollama enables easy access to large language models on various platforms.

n8n
n8n is a secure workflow automation platform for technical teams with 400+...
OpenWebUI
Open WebUI is an extensible web interface for customizable applications.
experiments-with-mcp
A collection of practical experiments with MCP using various libraries.
guidance-for-deploying-model-context-protocol-servers-on-aws
Guidance for deploying Model Context Protocol servers on AWS with secure...
mcp-hubspot
MCP server for AI assistants to access HubSpot CRM data efficiently.