Skip to main content
Glama
andromanpro

iikona-mcp-proxy

by andromanpro

iikona-mcp-proxy

stdio MCP-посредник для runtime-MCP сервиса в ядре ИИконы.

Переводит MCP-протокол через stdio (как ожидают Claude Desktop, Cursor и другие MCP-клиенты) в HTTP-вызовы к /iikona-mcp/rpc опубликованного в 1С HTTPService.

Установка

Требуется Node.js 18+.

git clone https://github.com/andromanpro/1c-ai-connector-mcp-proxy.git
cd 1c-ai-connector-mcp-proxy
npm install
npm test

Или через npx без установки (после публикации в npm):

npx iikona-mcp-proxy

Related MCP server: mcp-server-proxy

Конфигурация

Через переменные окружения:

Переменная

Назначение

Пример

IIKONA_MCP_URL

URL JSON-RPC endpoint в 1С

http://localhost/iikona-dev/hs/iikona-mcp/rpc

IIKONA_MCP_USER

имя пользователя HTTP Basic

mcp-client

IIKONA_MCP_PASS

пароль HTTP Basic

<...>

IIKONA_MCP_TIMEOUT_MS

таймаут HTTP-запроса, мс (опционально)

30000

Использование с Claude Desktop

В claude_desktop_config.json добавить:

{
  "mcpServers": {
    "iikona": {
      "command": "node",
      "args": ["<путь-к-клону>/src/index.js"],
      "env": {
        "IIKONA_MCP_URL": "http://localhost/iikona-dev/hs/iikona-mcp/rpc",
        "IIKONA_MCP_USER": "mcp-client",
        "IIKONA_MCP_PASS": "...",
        "IIKONA_MCP_TIMEOUT_MS": "30000"
      }
    }
  }
}

После рестарта Claude Desktop в чате будут доступны 5 tools: ping, get_configuration_info, get_metadata_tree, get_object_structure, execute_query.

Отладка

stdio MCP transport ожидает полноценный MCP handshake от клиента, поэтому простой echo '{"jsonrpc":"2.0","id":1,"method":"tools/list"}' | node src/index.js не является надежной ручной проверкой.

Для прямого smoke-теста HTTPService без Claude Desktop/Cursor используйте внутренний CLI:

node tools/test-call.js tools/list
node tools/test-call.js ping
node tools/test-call.js tools/call get_configuration_info

CLI использует те же переменные окружения IIKONA_MCP_URL, IIKONA_MCP_USER, IIKONA_MCP_PASS и IIKONA_MCP_TIMEOUT_MS.

Архитектура

Claude Desktop / Cursor / другие MCP-клиенты
    ↕ stdio (MCP standard)
[iikona-mcp-proxy] ← тонкий stdio↔HTTP proxy
    ↕ HTTP + Basic auth
1С HTTPService /iikona-mcp/rpc (КИИ_СерверMCP)
    ↕ in-process
container-pattern dispatcher → 5 MCP-tools

Лицензия

MIT — см. LICENSE.

Связанные проекты


🌐 androman.pro · ✈ Telegram

A
license - permissive license
-
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
    -
    quality
    -
    maintenance
    Bridges STDIO-based MCP clients with SSE-based MCP servers, allowing applications like Claude Desktop to connect to remote MCP servers that use SSE transport.
    9
  • A
    license
    -
    quality
    B
    maintenance
    A thin stdio-to-HTTPS proxy that connects local MCP clients to the hosted Voris MCP server, forwarding JSON-RPC messages verbatim.
    71
    MIT

View all related MCP servers

Related MCP Connectors

  • Remote MCP server for RunComfy Serverless API (ComfyUI): deployments and async inference.

  • MCP (Model Context Protocol) server for Appwrite

  • Hosted Amazon Seller and Vendor MCP server for Claude, ChatGPT, Cursor, Codex, Gemini, Copilot.

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/andromanpro/1c-ai-connector-mcp-proxy'

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