Skip to main content
Glama
README.md1.53 kB
# Claude Code Slash Commands for Coroot MCP This directory contains custom slash commands for testing the Coroot MCP server integration. ## Available Commands ### `/test-coroot-tools` A comprehensive test suite that explicitly calls each MCP tool to verify functionality. This command: - Tests all 61 Coroot MCP tools in a logical sequence - Creates test resources with unique names to avoid conflicts - Provides detailed feedback on each tool's success/failure - Never modifies or deletes existing resources (except for test resources it creates) ### `/test-coroot-natural` The same comprehensive test but using natural language instead of tool names. This command: - Performs the same tests as above but with conversational requests - Useful for testing the LLM's ability to map natural language to appropriate tools - Creates the same test resources safely - Provides user-friendly feedback ## Usage In Claude Code, simply type: ``` /test-coroot-tools ``` or ``` /test-coroot-natural ``` ## Prerequisites Ensure your Coroot MCP server is configured and running: 1. The `.env` file contains valid Coroot credentials 2. The MCP server is accessible to Claude Code 3. Your Coroot instance is running and accessible ## Safety Both commands are designed to be non-destructive: - They only create new resources with unique timestamps - They never delete or modify existing projects or configurations - They handle errors gracefully and continue testing - Test resources are clearly named (e.g., `mcp-test-20250126-143022`)

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jamesbrink/mcp-coroot'

If you have feedback or need assistance with the MCP directory API, please join our Discord server