Skip to main content
Glama
doossee
by doossee

⚡ Invoker MCP 서버

AI 에이전트가 .ivk 형식의 HTTP 요청을 생성, 실행 및 관리하도록 합니다.

npm License: MIT


ivkjs를 래핑하여 AI 도구가 Invoker API 클라이언트와 상호 작용할 수 있게 해주는 MCP(Model Context Protocol) 서버입니다.

설치

npm install -g invoker-mcp

구성

Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json에 추가하세요:

{
  "mcpServers": {
    "invoker": {
      "command": "npx",
      "args": ["invoker-mcp"]
    }
  }
}

Claude Code

claude mcp add invoker -- npx invoker-mcp

도구

도구

설명

invoker_list_collection

폴더에서 .ivk 및 .md 파일 스캔

invoker_read_request

.ivk 파일 읽기 및 파싱

invoker_create_request

새 .ivk 요청 파일 생성

invoker_send_request

요청 실행 (파일 또는 인라인에서)

invoker_list_environments

변수가 포함된 모든 환경 나열

invoker_set_variable

환경 변수 설정

invoker_switch_environment

활성 환경 전환

invoker_add_environment

새 환경 생성

invoker_build_site

정적 문서 사이트 구축

사용 예시 (AI 대화 중)

"./invoker에 있는 내 API 컬렉션을 스캔하고 로그인 요청을 보내줘"

AI 에이전트는 다음과 같이 수행합니다:

  1. folder_path: "./invoker"와 함께 invoker_list_collection 호출

  2. file_path: "./invoker/auth/login.ivk"와 함께 invoker_send_request 호출

  3. 응답을 사용자에게 반환

라이선스

MIT

Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - A tier

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

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

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/doossee/invoker-mcp'

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