Jama Connect MCP Server (Unofficial)
@t-j-thomas
About Jama Connect MCP Server (Unofficial)
Model Context Protocol server for Jama Connect Software
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"jama-mcp-server": {
"command": "docker",
"args": [
"build",
"-t",
"jama-mcp-server",
"."
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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
More Other MCP servers
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
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.
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Comments