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.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-server-java": {
"command": "npx",
"args": [
"-y",
"YeamimHossainSajid/Mcp-Server-Java"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add mcp-server-java npx -y YeamimHossainSajid/Mcp-Server-Java
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-server-java": {
"command": "npx",
"args": [
"-y",
"YeamimHossainSajid/Mcp-Server-Java"
]
}
}
}
📋 Copy