Skip to main content
Glama

Ava MCP 어댑터

JarvisEPC의 MCP 도구 서버 계약(GET /tools, POST /execute, GET /health)을 구현하고 각 도구를 https://ava-agent-qzmu.onrender.com 에 배포된 Ava_Agent로 프록시하여 CommandDeck 전문가 브레인으로 라우팅하는 경량 REST 브리지입니다.

목적

JarvisEPC의 api/routes/mcp.ts는 REST 도구 서버 형태를 기대합니다. 기존 Ava_Agent는 FastAPI 도메인별 엔드포인트(/chat, /projects/.../tasks, /broadcast, /v1/skills/invoke 등)를 사용하므로, 이 어댑터는 REST 계약을 해당 엔드포인트에 매핑하는 접착제 역할을 합니다.

Related MCP server: Bridge MCP Server

노출된 도구

이름

카테고리

업스트림

ava_chat

AI

POST /chat → CommandDeck 브레인 라우팅

ava_status

시스템

GET /status

ava_projects_list

시스템

GET /projects

ava_task_submit

AI

POST /projects/{id}/tasks

ava_broadcast

AI

POST /broadcast

ava_memory_recall

AI

POST /projects/{id}/memory/recall

ava_memory_summary

AI

GET /projects/{id}/memory

ava_skill_invoke

AI

POST /v1/skills/invoke

ava_git_status

시스템

GET /projects/{id}/git/status

ava_git_log

시스템

GET /projects/{id}/git/log

ava_git_commit

시스템

POST /projects/{id}/git/commit

배포

render.yaml을 통해 Render에 이미 연결되어 있습니다. Render 대시보드에서 AVA_AGENT_API_KEY(Ava_Agent 서비스 환경 변수에서 복사)를 설정하세요.

JarvisEPC 서비스 환경 변수에 AVA_MCP_URL=https://ava-mcp-adapter.onrender.com을 연결하면, MCP 탭이 "Ava 오프라인" 상태에서 전체 통합 도구 카탈로그를 표시하는 상태로 전환됩니다.

F
license - not found
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    Not graded
    quality
    Not graded
    maintenance
    Bridge is a hosted MCP server that connects AI models to business tools like ClickUp and a repository of pre-built workflow skills. It enables direct interaction with project management tools and automated instruction sets through natural language.
  • A
    license
    Not graded
    quality
    D
    maintenance
    A bridge that enables any LLM to access and interact with documented REST APIs through the Model Context Protocol (MCP).
    13
    6
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Bridges LLM clients with existing RESTful microservices by converting MCP tool calls into REST requests, enabling any REST API to be used as an MCP tool without modifying the microservices.
    1,126,160
    1
    MIT

View all related MCP servers

Related MCP Connectors

  • Shared, governed long-term memory for AI agents across tools and sessions via MCP and REST.

  • Shared long-term memory vault for AI agents with 20 MCP tools.

  • AI Reasoning Cache & Consensus Layer with 11 MCP tools via Streamable HTTP.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ral197979/ava-mcp-adapter'

If you have feedback or need assistance with the MCP directory API, please join our Discord server