seekcode
A clean and efficient code snippet and clipboard management tool designed for developers
claude mcp add --transport stdio seekrays-seekcode node dist/server.js
How to use
SeekCode includes a built-in MCP server that exposes your code snippets and clipboard data to AI assistants and compatible tools via the Model Context Protocol. This allows external agents to query, search, and automate actions on your snippets using context-aware requests, enabling powerful integrations for code automation, smart snippet lookup, and clipboard-assisted workflows. With MCP support, you can grant controlled access to your data for tools that follow the MCP conventions, while keeping control over what is shared and how. The server is designed to be self-contained within the SeekCode desktop app, so you can run and manage it locally on your machine.
How to install
Prerequisites:
- Node.js installed on your machine (recommended LTS version)
- Access to the SeekCode application or its bundled MCP server binary
Installation steps (typical workflow if using the Node-based server):
- Ensure Node is installed by verifying: node --version
- If SeekCode provides a downloadable package, install or extract it according to the official instructions.
- If using a local npm-based server package, install dependencies in the project directory: npm install
- Start the MCP server (example): npm run start-mcp or node dist/server.js
- Verify the server is running and listening on the expected port or IPC channel as documented by SeekCode (often via the app UI or logs).
If you are using a packaged app distribution, prefer the built-in launcher provided by SeekCode to enable MCP without manual setup.
Additional notes
Notes and tips:
- The MCP server is intended for local, secured access within your machine. If you enable remote access, ensure proper authentication and network security.
- Check for environment variables in SeekCode’s documentation to configure MCP ports, authentication tokens, or data access scopes.
- Common MCP concerns include data privacy and permission scopes. Only expose the minimum data necessary for your automation tasks.
- If you run into connectivity issues, verify that the MCP server process is running, and confirm the correct port or IPC path is used by your MCP clients.
- Regularly update SeekCode and its MCP component to benefit from security and feature improvements.
Related MCP Servers
amazon-q-developer-cli
✨ Agentic chat experience in your terminal. Build applications using natural language.
apple-mail
MCP server giving AI assistants full access to Apple Mail - read, search, compose, organize & analyze emails via natural language
workflowy
Powerful CLI and MCP server for WorkFlowy: reports, search/replace, backup support, and AI integration (Claude, LLMs)
mcp-screenshot
An MCP server that provides AI assistants with screenshot capabilities — both web page capture via Puppeteer and cross-platform system screenshots using native OS tools.
vibe-workspace
Manage a vibe workspace with many repos
dbt-core
dbt Core MCP Server: Interact with dbt projects via Model Context Protocol