Skip to content

Commit 5e99650

Browse files
authored
Merge pull request modelcontextprotocol#206 from modelcontextprotocol/ashwin/claudecode
Add Claude Code to client list and create documentation guidelines
2 parents c5cd9d6 + 7af8e51 commit 5e99650

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed

CLAUDE.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# MCP Documentation Guidelines
2+
3+
## Build Commands
4+
- Preview changes locally: `mintlify dev`
5+
- Deploy: Automatic after PR merge to main branch
6+
7+
## Style Guidelines
8+
- Follow existing MDX formatting and components
9+
- Keep content clear, concise, and technically accurate
10+
- Include practical code examples where appropriate
11+
- Test all links and code samples before submitting
12+
- Maintain consistent structure with existing documentation
13+
- When documenting CLI commands, use two-line format with the prompt on a separate line: `$ claude` followed by `> /command`
14+
- Use appropriate headings: "When to use", "Steps", and "Tips" for tutorials
15+
- Branch naming convention: prefix with "ashwin/" (e.g., "ashwin/add-mcp-cli-docs")
16+
17+
## File Organization
18+
- Place new pages in appropriate sections (concepts, tutorials, etc.)
19+
- Update docs.json when adding new pages
20+
- Follow existing file naming conventions (kebab-case.mdx)
21+
- Include proper frontmatter in MDX files
22+
23+
## Documentation Standards
24+
- Prioritize user understanding over technical completeness
25+
- Document both basic syntax and concrete examples
26+
- Structure command documentation with clear formatting
27+
- For image analysis examples, use quotes: `$ claude "Analyze this image: /path/to/image.png"`

clients.mdx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ This page provides an overview of applications that support the Model Context Pr
1010
| Client | [Resources] | [Prompts] | [Tools] | [Sampling] | Roots | Notes |
1111
|---------------------------------------------|-------------|-----------|---------|------------|--------|-----------------------------------------------------------------------------|
1212
| [Claude Desktop App][Claude] |||||| Full support for all MCP features |
13+
| [Claude Code][Claude Code] |||||| Supports prompts and tools |
1314
| [5ire][5ire] |||||| Supports tools. |
1415
| [BeeAI Framework][BeeAI Framework] |||||| Supports tools in agentic workflows. |
1516
| [Cline][Cline] |||||| Supports tools and resources. |
@@ -36,6 +37,7 @@ This page provides an overview of applications that support the Model Context Pr
3637

3738

3839
[Claude]: https://claude.ai/download
40+
[Claude Code]: https://claude.ai/code
3941
[Cursor]: https://cursor.com
4042
[Zed]: https://zed.dev
4143
[Cody]: https://sourcegraph.com/cody
@@ -77,6 +79,13 @@ The Claude desktop application provides comprehensive support for MCP, enabling
7779

7880
> ⓘ Note: The Claude.ai web application does not currently support MCP. MCP features are only available in the desktop application.
7981
82+
### Claude Code
83+
Claude Code is an interactive agentic coding tool from Anthropic that helps you code faster through natural language commands. It supports MCP integration for prompts and tools, and also functions as an MCP server to integrate with other clients.
84+
85+
**Key features:**
86+
- Tool and prompt support for MCP servers
87+
- Offers its own tools through an MCP server for integrating with other MCP clients
88+
8089
### 5ire
8190
[5ire](https://github.com/nanbingxyz/5ire) is an open source cross-platform desktop AI assistant that supports tools through MCP servers.
8291

0 commit comments

Comments
 (0)