pmi-mcp-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_HOST | No | Host used for Streamable HTTP. Default is '127.0.0.1'. | 127.0.0.1 |
| MCP_PORT | No | Port used for Streamable HTTP. Default is '8000'. | 8000 |
| MCP_TRANSPORT | No | Transport protocol: 'stdio' or 'streamable-http'. Default is 'stdio'. | stdio |
| MCP_BEARER_TOKEN | No | Optional bearer token (at least 32 characters) required for HTTP requests. If set, all HTTP calls must include an Authorization header with this token. | |
| MCP_TLS_KEY_FILE | No | Path to TLS private key file in PEM format. | |
| MCP_TLS_CERT_FILE | No | Path to TLS certificate file in PEM format. | |
| MCP_TLS_KEY_PASSWORD | No | Optional password for the TLS private key. | |
| SQLSERVER_AUTOCOMMIT | No | If 'false', the server commits at end of request and rolls back on error. Default is 'false'. | false |
| SQLSERVER_CONNECTION_STRING | Yes | The ADO.NET connection string for SQL Server, e.g. DRIVER={ODBC Driver 18 for SQL Server};SERVER=localhost,1433;DATABASE=my_database;UID=my_user;PWD=my_password;Encrypt=yes;TrustServerCertificate=no | |
| SQLSERVER_CONNECTION_TIMEOUT | No | Connection timeout in seconds. Default is '30'. | 30 |
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/diegoluppi1993/pmi-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server