Skip to content

Commit 7af8e51

Browse files
ashwin-antclaude
andcommitted
Add Claude Code to client list and create documentation guidelines
- Add Claude Code as an MCP client supporting prompts and tools - Create CLAUDE.md with documentation guidelines for the repository 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 9c34b8f commit 7af8e51

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. |
@@ -33,6 +34,7 @@ This page provides an overview of applications that support the Model Context Pr
3334
| [Daydreams Agents][Daydreams] |||||| Support for drop in Servers to Daydreams agents |
3435

3536
[Claude]: https://claude.ai/download
37+
[Claude Code]: https://claude.ai/code
3638
[Cursor]: https://cursor.com
3739
[Zed]: https://zed.dev
3840
[Cody]: https://sourcegraph.com/cody
@@ -72,6 +74,13 @@ The Claude desktop application provides comprehensive support for MCP, enabling
7274

7375
> ⓘ Note: The Claude.ai web application does not currently support MCP. MCP features are only available in the desktop application.
7476
77+
### Claude Code
78+
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.
79+
80+
**Key features:**
81+
- Tool and prompt support for MCP servers
82+
- Offers its own tools through an MCP server for integrating with other MCP clients
83+
7584
### 5ire
7685
[5ire](https://github.com/nanbingxyz/5ire) is an open source cross-platform desktop AI assistant that supports tools through MCP servers.
7786

0 commit comments

Comments
 (0)