mcp-threads
by pete-builds
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_HOST | No | Bind host. | 0.0.0.0 |
| MCP_PORT | No | Bind port. | 3726 |
| MCP_TRANSPORT | No | Transport for the MCP server. | streamable-http |
| MCP_AUTH_TOKEN | No | Optional bearer token for the HTTP transport. | |
| THREADS_APP_ID | Yes | Required. Threads app ID. | |
| MCP_HEALTH_PATH | No | Path the container healthcheck probes. Do not point it at /mcp. | /healthz |
| THREADS_DATA_DIR | No | Token store location. Must be a durable volume. | /data |
| THREADS_AUTH_BASE | No | Token endpoints. | https://graph.threads.com |
| THREADS_APP_SECRET | Yes | Required. Threads app secret. Server-side only, never sent to a client. | |
| THREADS_GRAPH_BASE | No | Publishing and read endpoints. | https://graph.threads.net/v1.0 |
| THREADS_OAUTH_BASE | No | Override base URL for OAuth authorize and short-lived code exchange if Meta's migration changes them. | |
| THREADS_SEED_TOKEN | Yes | One-time seed token. Ignored once the volume holds a token. | |
| THREADS_GRANTED_SCOPES | No | Comma-separated list of granted scopes used for the pre-flight scope check. Empty disables the check. | threads_basic,threads_content_publish,threads_read_replies,threads_manage_replies,threads_manage_insights,threads_delete |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/pete-builds/mcp-threads'
If you have feedback or need assistance with the MCP directory API, please join our Discord server