Skip to main content
Glama
ivantacca

anytype-mcp-remote-gateway

by ivantacca

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LOG_LEVELNopino log levelinfo
TS_AUTHKEYNoTailscale pre-auth key for the tailscale sidecar service (Docker only)
TS_HOSTNAMENoThis node's name on the tailnet, and thus part of its public Funnel URL (Docker only)anytype-mcp-gateway
GATEWAY_HOSTNoHost/interface the public app binds to127.0.0.1
GATEWAY_PORTNoPort the public Express app listens on8787
RATE_LIMIT_MAXNoMax requests per IP per window before a 429300
ANYTYPE_API_KEYYesAPI key for the bot account, from anytype auth apikey create
MCP_INTERNAL_PORTNoPort the internal mcp-proxy process listens on, loopback-only8788
GATEWAY_AUTH_TOKENYesBearer token required on every request except /healthz. Generate with openssl rand -hex 32.
ANYTYPE_API_VERSIONYesAnytype-Version header value expected by the installed @anyproto/anytype-mcp
ANYTYPE_API_BASE_URLNoLocal Anytype API base URLhttp://127.0.0.1:31012
RATE_LIMIT_WINDOW_MSNoRate-limit window in milliseconds, per IP300000
ANYTYPE_TEST_SPACE_IDNoNot read by the gateway — only by verify-remote.mjs, to pin its write+cleanup test to the bot's disposable sandbox space. See 'Data isolation'.
OAUTH_ALLOWED_REDIRECT_HOSTSNoComma-separated hostnames /register may accept, e.g. claude.ai,claude.com. Unset (default) accepts any host.
OAUTH_REFRESH_TOKEN_TTL_HOURSNoHow long an OAuth refresh token stays usable168
GATEWAY_RESTART_INTERVAL_HOURSNoOptional scheduled self-restart, 0 disables0

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

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/ivantacca/anytype-mcp-remote-gateway'

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