Jama Connect MCP Server (Unofficial)
@t-j-thomas
关于 Jama Connect MCP Server (Unofficial)
Model Context Protocol server for Jama Connect Software
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"jama-mcp-server": {
"command": "docker",
"args": [
"build",
"-t",
"jama-mcp-server",
"."
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Jama Connect MCP Server (Unofficial)?
This is a third-party, open-source MCP server that provides read-only tools for interacting with a Jama Connect instance. It wraps the official py-jama-rest-client library and is intended for users who want to inspect and control API interactions locally.
How to use Jama Connect MCP Server (Unofficial)?
Clone the repository, install dependencies with uv, set required environment variables (JAMA_URL, either JAMA_CLIENT_ID and JAMA_CLIENT_SECRET, or JAMA_AWS_SECRET_PATH), and run via uv run python -m jama_mcp_server.server. Alternatively, build a Docker image and configure an MCP client (e.g., Claude Desktop) to launch the container. The server exposes read-only MCP tools such as get_jama_projects, get_jama_item, etc.
Key features of Jama Connect MCP Server (Unofficial)
- Read-only operations via MCP tools
- OAuth 2.0 authentication with direct env vars or AWS Parameter Store
- Supports local execution via uv or Docker
- Mock mode for testing without a live instance
- Not published on PyPI; encourages code inspection and adaptation
Use cases of Jama Connect MCP Server
其他 分类下的更多 MCP 服务器
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.

EverArt
modelcontextprotocolModel Context Protocol Servers
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
评论