mcp-jev
by Chrishow2
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| JEV_HOST | No | HTTP bind address. Defaults to '0.0.0.0' in Docker. | 127.0.0.1 |
| JEV_PORT | No | HTTP port. | 8000 |
| JEV_API_BASE | No | API base URL (useful for testing/mocking). | https://api.typesafe.ai |
| JEV_HTTP_PATH | No | Streamable HTTP endpoint path. | /mcp |
| JEV_TRANSPORT | No | MCP transport. Defaults to 'stdio', but 'streamable-http' is used in Docker. | stdio |
| JEV_MAX_RETRIES | No | Number of retries for HTTP 429/529 responses. | 3 |
| JEV_TIMEOUT_SEC | No | Per-request HTTP timeout in seconds. | 30 |
| TYPESAFE_API_KEY | Yes | Bearer token from TypeSafe console. Required to authenticate with the TypeSafe API. | |
| JEV_DEFAULT_MODEL | No | Default model for tool calls. | jev-latest |
| JEV_STATELESS_HTTP | No | Whether to use stateless HTTP sessions. | true |
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 | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessNo issues