Jama MCP Server
by yyy188
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| JAMA_URL | Yes | The base URL of the Jama REST API (e.g. https://yourinstance.jamacloud.com). | |
| HF_ENDPOINT | No | HuggingFace mirror endpoint for downloading the Qwen3 reranker model (default: https://hf-mirror.com). | |
| LLM_BASE_URL | No | Optional base URL for an OpenAI-compatible LLM endpoint used for multi-query expansion. | |
| JAMA_CLIENT_ID | Yes | OAuth client ID for Jama API authentication. | |
| JAMA_MCP_DB_PATH | No | Filesystem path to the SQLite database file (default: jama_mcp.db in the server directory). | |
| EMBEDDING_API_KEY | Yes | API key for the embeddings endpoint. | |
| EMBEDDING_BASE_URL | Yes | Base URL for the Azure OpenAI embeddings API (text-embedding-3-small). | |
| JAMA_CLIENT_SECRET | Yes | OAuth client secret for Jama API authentication. |
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/yyy188/jama-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server