mcp

waaseyaa/mcp
★ 0 stars PHP 🤖 AI/LLM Updated today
Remote MCP server endpoint for Waaseyaa
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "waaseyaa/mcp"
      ]
    }
  }
}

README Excerpt

**Layer 6 — Interfaces** Model Context Protocol (MCP) endpoint for Waaseyaa applications. Exposes Waaseyaa entity types and content operations via the MCP specification, enabling AI agents and IDE tools (e.g. Claude Code) to read and write application data. Depends on the API and entity layers. Key classes: `McpServer`, `McpToolHandler`.