AgentHubAgentHub

Sourceright

MCP ServerMCP Registry官方收录

io.github.edithatogo/sourceright · v0.1.20

Reference verification MCP server for CSL bibliographies, evidence, and audited writes.

概览

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

安装

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

{
  "mcpServers": {
    "sourceright": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/edithatogo/sourceright-mcp:0.1.20"
      ]
    }
  }
}

相关资源

统一 Manifest

{
  "id": "io.github.edithatogo/sourceright",
  "type": "mcp-server",
  "version": "0.1.20",
  "displayName": "Sourceright",
  "description": "Reference verification MCP server for CSL bibliographies, evidence, and audited writes.",
  "repository": {
    "url": "https://github.com/edithatogo/sourceright",
    "source": "github"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "oci",
        "identifier": "ghcr.io/edithatogo/sourceright-mcp:0.1.20",
        "transport": "stdio"
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.edithatogo/sourceright",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.edithatogo%2Fsourceright/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
Sourceright — MCP Server 安装与配置 · AgentHub