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 |
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
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 | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessNo issues