Frequently Asked Questions
Question | Answer |
|---|---|
What is Jama Connect MCP? | Model Context Protocol (MCP) is an open protocol that enables seamless integration between LLM applications and external data sources and tools. See https://modelcontextprotocol.io/specification/2025-06-18 for more information. |
Will Jama Connect MCP have access to Jama Connect AdvisorTM features? | No. Jama Connect MCP is used with external tools and isn’t exposed to the Jama Connect Advisor capabilities. |
Do I need an additional server to operate the AI software? If so, what type of system specs do I need? | We are not planning to host or deploy an LLM for Jama Connect MCP to use. You need to host an LLM and work with the selected vendor to determine the required specifications. |
What are the software applications I need to install for my Jama Connect server to use Jama Connect AI capabilities? | None, other than the LLM you choose to use. If you choose to use an MCP client, you must install that, but it is not a requirement to use Jama Connect MCP. |
Can I install my LLM on my Jama Connect server? | No. We recommend installing LLM on a separate server from Jama Connect to avoid significant performance issues. |
What does the Jama Connect MCP architecture look like? | Jama Connect MCP in our implementation is not a separate running server. Instead, it is exposed as an endpoint within the Jama Connect application at /rest/mcp. This endpoint receives MCP RPC messages and processes them according to the specification listed in the first question. Because of this architecture, Jama Connect MCP traffic follows the same transport path and infrastructure as standard REST API requests:
|
Could Jama Connect MCP impact performance or “take down” a tenant, and how does it compare to REST API? | No. Jama Connect MCP isn’t expected to create meaningful performance risk. In our implementation, Jama Connect MCP runs through the same infrastructure and controls as REST API, and its expected traffic volume is significantly lower than typical REST integrations. Jama Connect MCP is not making REST API calls or consuming REST API bandwidth. Key points:
Jama Connect MCP uses the same infrastructure protections as REST API, but generates fewer requests. Under normal use, there is no realistic scenario where Jama Connect MCP degrades tenant performance or takes down a tenant. Jama Connect MCP operations are not designed to return extremely large datasets. |