Incubating annotation support for MCP. Built on top of the MCP Java SDK: https://github.com/modelcontextprotocol/java-sdk
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-annotations": {
"command": "npx",
"args": [
"-y",
"spring-ai-community/mcp-annotations"
]
}
}
}
Run in terminal:
claude mcp add mcp-annotations npx -y spring-ai-community/mcp-annotations
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-annotations": {
"command": "npx",
"args": [
"-y",
"spring-ai-community/mcp-annotations"
]
}
}
}