> ## Documentation Index
> Fetch the complete documentation index at: https://mcpjam-mintlify-docs-update-pr-3829-1786337254828.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# MCP Docs Server

> Connect AI applications to MCPJam documentation

## Overview

MCPJam provides an MCP (Model Context Protocol) server that gives AI applications direct access to our documentation. Get contextual help about MCPJam features while working in your AI-powered development tools.

## MCP Server URL

Use the following URL to connect AI applications to the MCPJam documentation:

```
https://docs.mcpjam.com/mcp
```

## Supported Applications

You can use this MCP server with any application that supports the Model Context Protocol, including:

* Claude Desktop
* Claude Code
* Cursor
* VS Code with MCP extensions
* Other MCP-compatible tools

## Getting Started

1. Copy the MCP server URL above
2. In your AI application, add a new MCP server connection
3. Paste the URL: `https://docs.mcpjam.com/mcp`
4. Start asking questions about MCPJam Inspector, MCP Evals, or contributing!

## What You Can Ask

Once connected, you can ask questions like:

* "How do I connect to an MCP server in Inspector?"
* "What are the available transport protocols?"
* "How do I set up OAuth testing?"
* "Show me how to run evals"
* "What LLM providers are supported?"

## Benefits

* **Always Up-to-Date**: Documentation is served in real-time from our latest docs
* **Contextual Help**: Get answers specific to your current task
* **Fits Your Workflow**: Works inside the tools you already develop in
* **No Context Switching**: Stay in your editor while accessing documentation

## Troubleshooting

If you're having trouble connecting:

1. Verify your AI application supports MCP
2. Check that the URL is entered correctly
3. Ensure you have an active internet connection
4. Refer to your application's MCP setup documentation

## Contributing

Want to help improve the docs server or contribute to MCPJam? Check out our [GitHub repository](https://github.com/MCPJam/inspector) or join our [Discord community](https://discord.gg/JEnDtz8X6z).
