Skip to content
Grok

FAR Oracle for Grok

io.github.blueskylineassets/far-mcp-server

Search Federal Acquisition Regulations (FAR) for government contracting.

client:Grok transport:stdio runtime:pypi

Install FAR Oracle in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "far-mcp-server": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "far-oracle"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

FAR Oracle in other clients