MCP Directory
Back

ModelContextProtocol

by kchawlani19 · Java · ★ 0

ModelContextProtocol — MCP server.

Install

git clone https://github.com/kchawlani19/ModelContextProtocol.git

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "modelcontextprotocol": {
      "command": "npx",
      "args": [
        "-y",
        "github:kchawlani19/ModelContextProtocol"
      ]
    }
  }
}

From the README

MCP Support Search Project This is a Spring Boot WebFlux application that integrates with the StackOverflow API to perform reactive search queries. It allows users to search for StackOverflow posts by providing a query parameter and returns relevant results with titles and links. 📂 Project Structure ~~~ mcpsupport/ ├── pom.xml └── src/main/java/com/example/mcpsupport/ ├── McpSupportApplication.java ├── controller/ │ └── SearchController.java ├── service/ │ └── QueryService.java ├── client/ │ └── StackOverflowClient.java └── dto/ ├──…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related filesystem servers