We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/studio-mcp/studio'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
running-studio.mdc•479 B
---
alwaysApply: true
---
The studio binary is an MCP server. You can test it in the console like this (just don't put any explamation points):
# List available tools
npx @modelcontextprotocol/inspector --cli bin/studio echo "{{text# the string to echo}}" --method tools/list
# Call a specific tool
npx @modelcontextprotocol/inspector --cli bin/studio echo "{{text# the string to echo}}" --method tools/call --tool-name echo --tool-arg text="echo me" --tool-arg another=value2