Skip to main content
Glama
tutorcruncher

tc-help-mcp

Official

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PORTNoBind port (Heroku sets this automatically)8000
BASE_URLYesPublic HTTPS base URL of this server (callback <BASE_URL>/auth/callback)
GITHUB_TOKENNoOptional, raises raw-content fetch rate limits (distinct from the OAuth creds)
ALLOW_UNGATEDNoSet 1 to run without an org gate (local dev only)0
GITHUB_SCOPESNoScopes needed to verify org membershipread:org read:user
JWT_SIGNING_KEYYesSigning key for FastMCP-issued JWTs
TC_API_DOCS_REFNoAPI-docs git refmaster
TC_API_DOCS_REPONoAPI-docs repotutorcruncher/tc-api-docs
CACHE_TTL_SECONDSNoIn-memory cache TTL (latency/rate-limit protection only)300
INTERCOM_API_BASENoIntercom API host (same for both workspaces)https://api.intercom.io
ALLOWED_GITHUB_ORGYesOnly active members of this org may use the tools
SEARCH_RESULT_LIMITNoMax search_help results8
ALLOWED_REDIRECT_URISNoPermitted OAuth client redirect URIshttps://claude.ai/api/mcp/auth_callback
INTERCOM_TOKEN_BOBBINYesBobbin Intercom workspace token
GITHUB_OAUTH_CLIENT_IDYesGitHub OAuth App client ID
GITHUB_OAUTH_CLIENT_SECRETYesGitHub OAuth App client secret
INTERCOM_TOKEN_TUTORCRUNCHERYesTutorCruncher Intercom workspace token

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/tutorcruncher/help-mcp'

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