Skip to main content
Glama
ashhitch

mcp-code-todo

by ashhitch

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

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

Tools

Functions exposed to the LLM to take actions

NameDescription
set_workspaceA

Set the workspace root directory for scanning TODOs. Call this first if the default workspace detection doesn't work.

get_workspaceA

Get the current workspace root directory that will be used for scanning.

scan_todosA

Scan the codebase for TODO comments. Returns all found TODOs with their locations and metadata.

explain_todoA

Get more context for a specific TODO item, including surrounding code lines.

group_todos_by_topicC

Group TODOs by various criteria including file paths, priority, and ownership.

Prompts

Interactive templates invoked by user choice

NameDescription
find_todos_in_appGuide the client through discovering TODOs in the current app and investigating the most relevant ones.

Resources

Contextual data attached and managed by the client

NameDescription
todo-list

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/ashhitch/mcp-code-todo'

If you have feedback or need assistance with the MCP directory API, please join our Discord server