SparxEA-MCP-Server
by knglumt
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| EA_DB_NAME | Yes | The name of the Enterprise Architect repository database. | |
| EA_DB_USER | Yes | The database user with read-only access to the repository. | |
| EA_DB_DRIVER | Yes | The ODBC driver name for your database, e.g. 'MariaDB Unicode', 'PostgreSQL Unicode', 'ODBC Driver 18 for SQL Server'. | |
| EA_DB_SERVER | Yes | The database server host (e.g. 'db-host.example.com'). | |
| EA_DB_BACKEND | No | The database backend type, e.g. 'mariadb', 'mysql', 'postgresql', 'sqlserver'. Used to apply backend-specific behaviors such as ANSI_QUOTES. | |
| MCP_HTTP_HOST | No | Host interface to bind the HTTP transport to. Defaults to 127.0.0.1 (local only). | 127.0.0.1 |
| MCP_HTTP_PORT | No | Port for the HTTP transport. Defaults to 8765. | 8765 |
| MCP_TRANSPORT | No | Transport mode: 'stdio' (default) or 'http'. | stdio |
| EA_DB_PASSWORD | Yes | The password for the database user. | |
| MCP_AUTH_TOKEN | No | Bearer token required for HTTP requests. Strongly recommended when exposing the server beyond localhost. | |
| EA_MCP_ROW_LIMIT | No | Maximum number of rows returned by list-returning tools, regardless of client request. Optional. | |
| MCP_PUBLIC_HOSTNAME | No | Public hostname used by reverse proxies; required to avoid 421 Invalid Host header errors when using HTTP behind a proxy. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/knglumt/sparxea-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server