Simple MCP server implementation, using the HTTP Streamable transport, implemented with Micronaut and its MCP module
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mn-mcp-server": {
"command": "npx",
"args": [
"-y",
"glaforge/mn-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add mn-mcp-server npx -y glaforge/mn-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"mn-mcp-server": {
"command": "npx",
"args": [
"-y",
"glaforge/mn-mcp-server"
]
}
}
}