Skip to main content
Glama
alameddinc

compy-mcp

by alameddinc

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
COMPY_FILENoPath 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

CapabilityDetails
tools
{
  "listChanged": true
}
resources
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
sitesSites with captured notes and their counts

Latest Blog Posts

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