easyeda-mcp-pro
by oaslananka
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AI_MODEL | No | Model name for AI provider | |
| DATA_DIR | No | Data directory (cache, database, artifacts) | .easyeda-mcp-pro |
| NODE_ENV | No | Set to 'production' in production | development |
| HTTP_HOST | No | Bind address (use 0.0.0.0 with caution) | 127.0.0.1 |
| HTTP_PORT | No | Port for HTTP transport | 3000 |
| LOG_LEVEL | No | Pino log level: trace, debug, info, warn, error, fatal, silent | info |
| TRANSPORT | No | Server transport: stdio (default) or http | stdio |
| AI_PROVIDER | No | AI provider for LLM-assisted design review: anthropic, openai, openrouter, or local | none |
| BRIDGE_HOST | No | Bridge WebSocket host | 127.0.0.1 |
| BRIDGE_PORT | No | Primary bridge port | 18601 |
| CORS_ORIGIN | No | Allowed CORS origin | |
| JLCPCB_MODE | No | JLCPCB integration mode (e.g., approved_api); disabled by default | |
| BRIDGE_TOKEN | No | Session token for extension auth | |
| OAUTH_ISSUER | No | Expected token issuer (iss claim) | |
| TOOL_PROFILE | No | Tool set: core, pro, full, dev, experimental | core |
| OAUTH_ENABLED | No | Enable Bearer token validation | false |
| MOUSER_ENABLED | No | Enable Mouser integration; disabled by default | |
| OAUTH_AUDIENCE | No | Expected token audience (aud claim) | easyeda-mcp-pro |
| OAUTH_JWKS_URI | No | JWKS endpoint for token signature validation | |
| DIGIKEY_ENABLED | No | Enable DigiKey integration; disabled by default | |
| BRIDGE_PORT_SCAN | No | Port scan spec (comma/range) | 18601,49620-49629 |
| BRIDGE_TIMEOUT_MS | No | Bridge call timeout (ms) | 15000 |
| JLCSEARCH_ENABLED | No | Enable LCSC search (default, no key required for basic search) | true |
| BRIDGE_HEARTBEAT_MS | No | Heartbeat interval (ms) | 10000 |
| HTTP_RATE_LIMIT_MAX | No | Max requests per minute per IP | 100 |
| OAUTH_REQUIRED_SCOPES | No | Required token scope | easyeda:read |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
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