Skip to main content
Glama
threadctx-dev

threadctx-mcp

Official

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
THREADCTX_MODENoMode: local (default) or cloudlocal
THREADCTX_REPONoOverride repo auto-detection from git remote
THREADCTX_API_KEYNoAPI key for cloud mode (required if mode=cloud)
THREADCTX_API_URLNoOverride API URL for self-hostinghttps://threadctx.dev/api/v1
THREADCTX_DB_PATHNoLocal mode store path~/.threadctx/local.json

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
memory_writeA

Store a learning, decision, fix, or gotcha for this repository so other agents and teammates can find it later. Call this whenever you resolve a non-obvious bug, make an architectural decision, or discover something that would save someone time in the future.

memory_queryA

Retrieve relevant past learnings, fixes, decisions, or gotchas from the team's shared memory before starting risky or repeated work — e.g. touching a service that has caused incidents before, or implementing something similar to past work. Call this before, not after.

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/threadctx-dev/threadctx-mcp'

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