stape-io/stape-mcp-server
π βοΈ β This project implements an MCP (Model Context Protocol) server for the Stape platform. It allows interaction with the Stape API using AI assistants like Claude or AI-powered IDEs like Cursor.
Quick Start
Clone the repository:
git clone https://github.com/stape-io/stape-mcp-serverClaude Desktop configuration example:
{
"mcpServers": {
"stape-mcp-server": {
"command": "npx",
"args": [
"-y",
"stape-io/stape-mcp-server"
]
}
}
}Check the repository README for specific installation and configuration instructions.