Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
AI_MODELNoModel name for AI provider
DATA_DIRNoData directory (cache, database, artifacts).easyeda-mcp-pro
NODE_ENVNoSet to 'production' in productiondevelopment
HTTP_HOSTNoBind address (use 0.0.0.0 with caution)127.0.0.1
HTTP_PORTNoPort for HTTP transport3000
LOG_LEVELNoPino log level: trace, debug, info, warn, error, fatal, silentinfo
TRANSPORTNoServer transport: stdio (default) or httpstdio
AI_PROVIDERNoAI provider for LLM-assisted design review: anthropic, openai, openrouter, or localnone
BRIDGE_HOSTNoBridge WebSocket host127.0.0.1
BRIDGE_PORTNoPrimary bridge port18601
CORS_ORIGINNoAllowed CORS origin
JLCPCB_MODENoJLCPCB integration mode (e.g., approved_api); disabled by default
BRIDGE_TOKENNoSession token for extension auth
OAUTH_ISSUERNoExpected token issuer (iss claim)
TOOL_PROFILENoTool set: core, pro, full, dev, experimentalcore
OAUTH_ENABLEDNoEnable Bearer token validationfalse
MOUSER_ENABLEDNoEnable Mouser integration; disabled by default
OAUTH_AUDIENCENoExpected token audience (aud claim)easyeda-mcp-pro
OAUTH_JWKS_URINoJWKS endpoint for token signature validation
DIGIKEY_ENABLEDNoEnable DigiKey integration; disabled by default
BRIDGE_PORT_SCANNoPort scan spec (comma/range)18601,49620-49629
BRIDGE_TIMEOUT_MSNoBridge call timeout (ms)15000
JLCSEARCH_ENABLEDNoEnable LCSC search (default, no key required for basic search)true
BRIDGE_HEARTBEAT_MSNoHeartbeat interval (ms)10000
HTTP_RATE_LIMIT_MAXNoMax requests per minute per IP100
OAUTH_REQUIRED_SCOPESNoRequired token scopeeasyeda:read

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/oaslananka/easyeda-mcp-pro'

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