Overview
The go-mcp-server-service is a JSON-RPC 2.0 compliant server that implements the Model Context Protocol (MCP) for managing notes. It serves as a boilerplate for developers to create their own note management systems.
To use the go-mcp-server-service, clone the repository from GitHub, build the project using the provided Makefile, and run the command-line interface or service component to manage notes.
- JSON-RPC 2.0 compliant API for seamless integration. - Cross-platform support for Windows, Linux, and macOS. - Thread-safe note management ensuring data integrity. - Custom
note://URI scheme for accessing notes. - Command-line interface and service components for flexible usage.
- Building a personal note-taking application.
- Integrating note management into larger software systems.
- Developing educational tools that require note storage and retrieval.
Add to your AI client
Use these steps to connect go-mcp-server-service in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"andrewdonelson-go-mcp-server-service-mcp-mirror": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-andrewdonelson-go-mcp-server-service-mcp-mirror"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"andrewdonelson-go-mcp-server-service-mcp-mirror": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-andrewdonelson-go-mcp-server-service-mcp-mirror"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"andrewdonelson-go-mcp-server-service-mcp-mirror": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-andrewdonelson-go-mcp-server-service-mcp-mirror"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"andrewdonelson-go-mcp-server-service-mcp-mirror": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-andrewdonelson-go-mcp-server-service-mcp-mirror"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"andrewdonelson-go-mcp-server-service-mcp-mirror": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-andrewdonelson-go-mcp-server-service-mcp-mirror"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"andrewdonelson-go-mcp-server-service-mcp-mirror": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-andrewdonelson-go-mcp-server-service-mcp-mirror"
]
}
}
}FAQ
Is go-mcp-server-service suitable for production use?
Yes, it is designed to be robust and can be used in production environments with proper configuration.
What programming language is used?
The server is built using Go (Golang).
How can I contribute to the project?
You can contribute by submitting issues or pull requests on the GitHub repository.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":746,"uuid":"f6105b86-c956-435d-8fea-685cc672c04f","name":"AndrewDonelson_go-mcp-server-service","title":"go-mcp-server-service","description":"Mirror of","avatar_url":"https://avatars.githubusercontent.com/u/192820360?v=4","created_at":"2024-12-30T03:28:26.682Z","updated_at":"2025-02-23T07:16:02.913Z","status":"created","author_name":"MCP-Mirror","author_avatar_url":"https://avatars.githubusercontent.com/u/192820360?v=4","tags":"go-mcp-server,note-management,json-rpc","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/MCP-Mirror/AndrewDonelson_go-mcp-server-service","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":null,"user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]