Skip to content
Cursor

FAR Oracle for Cursor

io.github.blueskylineassets/far-mcp-server

Search Federal Acquisition Regulations (FAR) for government contracting.

client:Cursor transport:stdio runtime:pypi

Install FAR Oracle in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

FAR Oracle in other clients