AgentHubAgentHub

ASAM ODS odsbox jaquel MCP Server

MCP ServerMCP Registry官方收录

io.github.totonga/odsbox-jaquel-mcp · v1.7.4

MCP server for ASAM ODS with Jaquel query tools, connection management, and data access

概览

ASAM ODS odsbox jaquel MCP Server 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "odsbox-jaquel-mcp": {
      "command": "uvx",
      "args": [
        "odsbox-jaquel-mcp"
      ]
    }
  }
}

相关资源

统一 Manifest

{
  "id": "io.github.totonga/odsbox-jaquel-mcp",
  "type": "mcp-server",
  "version": "1.7.4",
  "displayName": "ASAM ODS odsbox jaquel MCP Server",
  "description": "MCP server for ASAM ODS with Jaquel query tools, connection management, and data access",
  "repository": {
    "url": "https://github.com/totonga/odsbox-jaquel-mcp",
    "source": "github"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "pypi",
        "identifier": "odsbox-jaquel-mcp",
        "version": "1.7.4",
        "runtimeHint": "uvx",
        "transport": "stdio"
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.totonga/odsbox-jaquel-mcp",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.totonga%2Fodsbox-jaquel-mcp/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
ASAM ODS odsbox jaquel MCP Server — MCP Server 安装与配置 · AgentHub