Mcp-Server-Java

YeamimHossainSajid/Mcp-Server-Java
★ 1 stars Java Memory/Knowledge Updated today
A high performance Model Context Protocol (MCP) server written in Java, enabling LLMs to securely query, parse, and interface with local markdown and text notes.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server-java": {
      "command": "npx",
      "args": [
        "-y",
        "YeamimHossainSajid/Mcp-Server-Java"
      ]
    }
  }
}