Back to directory
amphora/patentsafe-mcp

amphora/patentsafe-mcp

@amphora

PatentSafe MCP server for retrieving documents and performing Lucene queries against PatentSafe

patentsafemcpdocumentslucenesearchpythonknowledge-basedocument-retrievalcontext

Installation & Configuration

{
  "mcpServers": {
    "patentsafe": {
      "command": "/opt/homebrew/bin/uvx",
      "args": [
        "--from",
        "git+ssh://[email protected]/amphora/patentsafe-mcp.git",
        "patentsafe-mcp"
      ],
      "env": {
        "PATENTSAFE_BASE_URL": "https://demo.morescience.com",
        "PATENTSAFE_AUTH_TOKEN": "your_auth_token_here"
      }
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2026/6/14
Updated
2026/6/15