← Back to Plugins
MCP Server MCP

io.github.smeet666/mcp-databnf

github By github 👁 1 views ▲ 0 votes

Search the BnF open catalogue: authors, works, editions and links to what is digitised.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "mcp-databnf",
      "version": "1.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Identify your own client. The project's own identifier is appended, so the BnF can always reach a person.",
          "name": "BNF_USER_AGENT"
        },
        {
          "description": "Minimum milliseconds between requests. Default 3000, which is also the floor.",
          "name": "BNF_MIN_INTERVAL_MS"
        },
        {
          "description": "Deadline for one SPARQL query, in milliseconds. Default 60000.",
          "name": "BNF_TIMEOUT_MS"
        },
        {
          "description": "Attempts after a busy answer. Default 3.",
          "name": "BNF_MAX_RETRIES"
        },
        {
          "description": "How long an answer is kept in memory, in milliseconds. Default 900000. Zero turns the cache off.",
          "name": "BNF_CACHE_TTL_MS"
        },
        {
          "description": "silent, error, info or debug. Default error. Logs go to stderr.",
          "name": "BNF_LOG_LEVEL"
        }
      ]
    },
    {
      "registryType": "mcpb",
      "identifier": "https://github.com/smeet666/mcp-databnf/releases/download/v1.1.1/mcp-databnf-1.1.1.mcpb",
      "version": "1.1.1",
      "fileSha256": "e4c01eeca6bc6d5e256a318fd7855e73042c3d696a590c552bc59f2849870562",
      "transport": {
        "type": "stdio"
      }
    }
  ]
}
mcp model-context-protocol npm mcpb

Comments

Sign in to leave a comment

Loading comments...