Model Context Protocol (MCP) server that provides AI agents with searchable access to any markdown content through resources and an embedded full-text search tools.
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-acdc-server": {
"command": "go",
"args": [
"run",
"github.com/sha1n/mcp-acdc-server@latest"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add mcp-acdc-server go run github.com/sha1n/mcp-acdc-server@latest
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-acdc-server": {
"command": "go",
"args": [
"run",
"github.com/sha1n/mcp-acdc-server@latest"
]
}
}
}
📋 Copy