Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_SCHEMANoSchema name for todo tablestodo_mcp
MCP_AUTH_TOKENNoAuth token for authentication (alternative to full URL)
MCP_POSTGRES_URLNoPostgres connection URL (format: postgres://postgres:AUTH_TOKEN@CONNECTION_ID.pg.db4.app)
MCP_CONNECTION_IDNoBrowser connection ID (alternative to full URL)

Tools

Functions exposed to the LLM to take actions

NameDescription
add_todo

Add a new todo item to the list. Use this when the user wants to create a new task or reminder. You can specify title, description, category, priority, and due date.

mark_as_done

Mark a todo item as completed. Use this when the user wants to complete a task. Provide the todo ID.

list_todos

List todos with optional filters. Use this when the user wants to see their todos. You can filter by completion status, category, or priority.

remove_todo

Remove a todo item from the list. Use this when the user wants to delete a task. Provide the todo ID.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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/maxabrahamsson/todo-mcp-db4app'

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