SeekCode is a modern desktop app for code management. It combines efficient code snippet organization with clipboard management, featuring tag-based search, syntax highlighting, and seamless clipboard-to-snippet conversion. It also ships with a built-in MCP server, enabling AI assistants and compatible tools to securely access and automate your snippets and clipboard via the Model Context Protocol (MCP).
Server Config
{
"mcpServers": {
"seekcode-mcp-server": {
"url": "http://127.0.0.1:9800/sse",
"type": "http"
}
}
}