Skip to content
VS Code

FAR Oracle for VS Code

io.github.blueskylineassets/far-mcp-server

Search Federal Acquisition Regulations (FAR) for government contracting.

client:VS Code transport:stdio runtime:pypi

Install FAR Oracle in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

FAR Oracle in other clients