compy-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| COMPY_FILE | No | Path to the Compy export JSON file (can also be set via --file flag) | ~/Downloads/compy/compy-export.json |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_notesA | Search the highlights, notes and tasks the user captured on the web. Pass keywords from what you're working on to pull the relevant ones. Returns ranked matches with note text, highlighted quote, tag, URL and origin. |
| list_tasksA | List captured notes/tasks, optionally filtered by site or tag. Use when you want the full set rather than a keyword search. |
| list_sitesA | List the sites the user has notes on, with a count each. Good first call to see what's available. |
| get_noteA | Fetch a single note/task by its id (as returned by search_notes / list_tasks). |
| get_markdownC | Render the notes as a ready-to-read Markdown task list, optionally scoped to one site. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| sites | Sites with captured notes and their counts |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/alameddinc/compy-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server