ekyte_mcp_server

matheusbernardopro-source/ekyte_mcp_server
★ 0 stars TypeScript 🔌 API Integration Updated today
MCP Server do Ekyte para Codex: cria e atualiza tarefas/projetos, lista workspaces/usuarios/fases e gerencia apontamentos de horas via API interna do Ekyte.
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": {
    "ekyte_mcp_server": {
      "command": "npx",
      "args": [
        "-y",
        "matheusbernardopro-source/ekyte_mcp_server"
      ]
    }
  }
}