COA Goldfish MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| checkpointB | Create a checkpoint to save current progress. Use frequently for crash-safe development. Required: description only. Optional: add context like files, branch, highlights for detailed session tracking. |
| search_historyB | Search work history with fuzzy matching. Perfect for "Did we fix the auth bug last week?" type questions. Searches across checkpoints and finds relevant work. |
| timelineB | Show timeline of work sessions. Perfect for standups and understanding recent activity across projects. Shows checkpoints grouped by date and workspace. |
| recallB | Enhanced memory recall with fuzzy search support. Can search or just show recent memories. Perfect for "what did I work on yesterday?" questions. |
| restore_sessionB | Restore session state after /clear or break. Default shows last checkpoint + highlights. Use depth: "full" for complete session replay when returning after days away. |
| summarize_sessionB | Create AI-condensed summary of session or recent work. Perfect for "what did I accomplish today?" or understanding long sessions. |
| rememberA | Store a quick thought or note in current session. For detailed checkpoints use checkpoint tool instead. |
| create_todo_listA | Create TODO list tied to current session. Use when user mentions multiple tasks or planning work. |
| view_todosB | View active TODO lists and their progress. Perfect for checking current status. |
| update_todoC | Update task status or add new tasks to existing lists. Mark tasks done as you work. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/anortham/coa-goldfish-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server