MCP ExplorerExplorer

Autodev Mcp Server Examples

@unit-meshon a year ago
1 MIT
FreeCommunity
AI Systems
MCP Examples for AutoDev

Overview

What is Autodev Mcp Server Examples

autodev-mcp-server-examples is a collection of examples demonstrating the use of the Model Context Protocol (MCP) in various programming environments, including Java, Python, and JavaScript.

Use cases

Use cases include building greeting services, echo servers, and weather applications, showcasing how to implement MCP in real-world scenarios.

How to use

To use autodev-mcp-server-examples, clone the repository and run the specific commands for each example using the appropriate runtime environment, such as Node.js for JavaScript or Java for the Java example.

Key features

Key features include support for multiple programming languages, easy integration with existing applications, and examples that illustrate various functionalities of the MCP.

Where to use

autodev-mcp-server-examples can be used in software development projects that require context-aware applications, such as AI-driven solutions, web services, and data processing applications.

Content

AutoDev MCP Examples

{
  "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

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"}

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers