server
An MCP server that let you interact with Cycloid.io Internal Development Portal and Platform
This SDK enables you to expose your PHP application's functionality as standardized MCP Tools, Resources, and Prompts, allowing AI assistants to interact with your backend using the MCP standard. Built with PHP 8.1+ features, it supports multiple transports, advanced session management, and automatic JSON schema generation from method signatures. The architecture is modern and modular, ensuring flexibility and scalability for production-ready applications.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"server": {
"args": [
"mcp-remote",
"https://mcp.cycloid.io/mcp"
],
"command": "npx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions