instagram-mcp
by IvanBBaev
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| IG_PORT | No | 3000 | |
| IG_APP_ID | No | Meta app id (token exchange/refresh, appsecret_proof, debug_token) | |
| IG_ENV_FILE | No | Env-file location override (default: XDG path) | |
| IG_AUTH_MODE | No | ig-login | fb-login; alias IG_AUTH_PATH (inferred fb-login when IG_APP_ID+IG_APP_SECRET are set) | |
| IG_HTTP_HOST | No | 127.0.0.1 | |
| IG_LOG_LEVEL | No | debug | info | warn | error | info |
| IG_MAX_ITEMS | No | fetchAll hard item cap | 200 |
| IG_TRANSPORT | No | stdio | http | stdio |
| IG_ACCOUNT_ID | No | IG professional-account ID (skip a lookup / disambiguate) | |
| IG_APP_SECRET | No | Meta app secret (secret) | |
| IG_HTTP_TOKEN | No | HTTP bearer token (secret; constant-time compare) | |
| IG_TIMEOUT_MS | No | Per-request timeout for Graph calls | 30000 |
| IG_WRITE_MODE | No | preview | apply (standing consent for writes) | preview |
| IG_PRETTY_JSON | No | Pretty-print JSON results | false |
| IG_ACCESS_TOKEN | Yes | The account's long-lived token, whichever auth path (secret) | |
| IG_PACKAGES_DENY | No | Packages to remove after profile resolution | |
| IG_TOOL_PACKAGES | No | core | reader | publisher | all, or an explicit list | core |
| IG_WRITE_JOURNAL | No | Applied-write audit log (default: $XDG_STATE_HOME/instagram-mcp-ai/writes.jsonl) | |
| IG_ACTIVE_PROFILE | No | Profile used when a tool call passes no account | default |
| IG_MAX_CONCURRENT | No | Per-host concurrency semaphore | 4 |
| IG_ALLOW_DESTRUCTIVE | No | Second gate for irreversible ops (delete_comment) | false |
| IG_PACKAGES_READONLY | No | Packages forced read-only | |
| IG_REFRESH_AFTER_DAYS | No | Path-A auto-refresh threshold | 45 |
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 | |
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/IvanBBaev/instagram-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server