Skip to main content
Glama
aiperceivable

FastAPI Apcore MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
APCORE_METRICSNoEnable metrics: true or JSON config.
APCORE_TRACINGNoEnable tracing: true or JSON config.
APCORE_ACL_PATHNoPath to ACL YAML rules file.
APCORE_AI_ENHANCENoEnable AI metadata enhancement.false
APCORE_HOT_RELOADNoWatch module files for changes.false
APCORE_JWT_ISSUERNoExpected JWT issuer claim.
APCORE_JWT_SECRETNoJWT secret for MCP authentication.
APCORE_MODULE_DIRNoDirectory for YAML binding files.apcore_modules/
APCORE_SERVE_HOSTNoHost for HTTP transport.127.0.0.1
APCORE_SERVE_PORTNoPort for HTTP transport.9090
APCORE_MIDDLEWARESNoComma-separated middleware dotted paths.
APCORE_SERVER_NAMENoMCP server name.apcore-mcp
APCORE_JWT_AUDIENCENoExpected JWT audience claim.
APCORE_AUTO_DISCOVERNoAuto-discover modules on startup.true
APCORE_JWT_ALGORITHMNoJWT signing algorithm.HS256
APCORE_SERVER_VERSIONNoMCP server version string.
APCORE_TASK_MAX_TASKSNoMax total tasks in queue.1000
APCORE_BINDING_PATTERNNoGlob pattern for binding files.*.binding.yaml
APCORE_CONTEXT_FACTORYNoDotted path to custom ContextFactory class.
APCORE_EMBEDDED_SERVERNoAuto-start MCP server on init: true or JSON config.
APCORE_EXECUTOR_CONFIGNoJSON string for Executor configuration.
APCORE_EXPLORER_PREFIXNoURL prefix for Explorer./explorer
APCORE_MODULE_PACKAGESNoComma-separated packages to scan for @module.
APCORE_SERVE_TRANSPORTNoMCP transport: stdio, streamable-http, sse.stdio
APCORE_VALIDATE_INPUTSNoValidate inputs before module execution.false
APCORE_EXPLORER_ENABLEDNoEnable MCP Tool Explorer UI.false
APCORE_HOT_RELOAD_PATHSNoComma-separated paths to watch.
APCORE_OUTPUT_FORMATTERNoDotted path to output formatter function.
APCORE_TASK_CLEANUP_AGENoMax age (seconds) for completed tasks.3600
APCORE_TASK_MAX_CONCURRENTNoMax concurrent background tasks.10
APCORE_OBSERVABILITY_LOGGINGNoEnable structured logging: true or JSON config.
APCORE_CANCEL_DEFAULT_TIMEOUTNoDefault cancellation timeout (seconds).
APCORE_EXPLORER_ALLOW_EXECUTENoAllow execution from Explorer.false

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/aiperceivable/fastapi-apcore'

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