Skip to main content
Glama
knglumt

SparxEA-MCP-Server

by knglumt

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
EA_DB_NAMEYesThe name of the Enterprise Architect repository database.
EA_DB_USERYesThe database user with read-only access to the repository.
EA_DB_DRIVERYesThe ODBC driver name for your database, e.g. 'MariaDB Unicode', 'PostgreSQL Unicode', 'ODBC Driver 18 for SQL Server'.
EA_DB_SERVERYesThe database server host (e.g. 'db-host.example.com').
EA_DB_BACKENDNoThe database backend type, e.g. 'mariadb', 'mysql', 'postgresql', 'sqlserver'. Used to apply backend-specific behaviors such as ANSI_QUOTES.
MCP_HTTP_HOSTNoHost interface to bind the HTTP transport to. Defaults to 127.0.0.1 (local only).127.0.0.1
MCP_HTTP_PORTNoPort for the HTTP transport. Defaults to 8765.8765
MCP_TRANSPORTNoTransport mode: 'stdio' (default) or 'http'.stdio
EA_DB_PASSWORDYesThe password for the database user.
MCP_AUTH_TOKENNoBearer token required for HTTP requests. Strongly recommended when exposing the server beyond localhost.
EA_MCP_ROW_LIMITNoMaximum number of rows returned by list-returning tools, regardless of client request. Optional.
MCP_PUBLIC_HOSTNAMENoPublic 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

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/knglumt/sparxea-mcp-server'

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