Skip to main content
Glama
marmillas

abstract-backend-mcp

by marmillas

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CONFIG_FILENoPath to YAML config file (also via --config)
ENVIRONMENTNoCurrent environmentdevelopment
MONGODB_URINoMongoDB connection stringmongodb://localhost:27017
PROJECT_NAMENoProject identifiermy-project
FASTAPI_APP_PATHNoPython import path of the FastAPI appapp.main:app
MAX_OUTPUT_ITEMSNoMax items returned by paginated Stackraise tools50
ENABLE_FASTAPI_TOOLSNoEnable FastAPI toolstrue
ENABLE_MONGODB_TOOLSNoEnable MongoDB toolstrue
ALLOW_WRITE_OPERATIONSNoAllow MongoDB writesfalse
MAX_SOURCE_CHUNK_LINESNoMax lines returned by source-oriented tools200
ENABLE_STACKRAISE_TOOLSNoEnable Stackraise toolsfalse
REDACT_SENSITIVE_FIELDSNoRedact secrets in all outputtrue
STACKRAISE_CONTEXT_MODENoExtraction mode: static, runtime, hybridhybrid
STACKRAISE_MODULE_ROOTSNoOptional glob roots for Stackraise packages[]
MAX_TOTAL_SNAPSHOT_ITEMSNoGlobal cap for deep snapshot inventories500
MONGODB_SAMPLE_MAX_BYTESNoMaximum total bytes returned by sample_documents65536
ALLOWED_WRITE_COLLECTIONSNoCollection allowlist (empty = all)[]
PROJECT_INSTRUCTIONS_FILENoPath to project instructions filePROJECT.md
REQUIRE_WRITE_CONFIRMATIONNoRequire explicit confirmed=Truetrue
MONGODB_SAMPLE_MAX_DOCUMENTSNoMaximum number of sampled documents returned by MongoDB tools20
STACKRAISE_SEARCH_TIMEOUT_MSNoSearch timeout budget in milliseconds500
ALLOW_FASTAPI_RUNTIME_IMPORTSNoAllow importing FastAPI runtime app for route/OpenAPI inspectionfalse
ALLOW_RUNTIME_CONTEXT_IMPORTSNoAllow live runtime imports during context extractionfalse
ENABLE_DEEP_STACKRAISE_CONTEXTNoEnable deep module/symbol indexingtrue
MONGODB_SAMPLE_MAX_FIELD_CHARSNoMax characters preserved per string field in sampled documents2000
STACKRAISE_SEARCH_MAX_SCANNED_LINESNoMax total scanned lines for code search20000
STACKRAISE_CONTEXT_CACHE_MAX_ENTRIESNoMax in-memory context cache entries32
STACKRAISE_CONTEXT_CACHE_TTL_SECONDSNoCache TTL for Stackraise context provider30
STACKRAISE_SEARCH_MAX_PATTERN_LENGTHNoMax accepted length for search_stackraise_code pattern200
STACKRAISE_CONTEXT_FINGERPRINT_TTL_SECONDSNoTTL for project fingerprint reuse before rescanning files1

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/marmillas/stackraise-mcp-server'

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