PluginBench
MCP Server

FAR Oracle MCP Server

io.github.blueskylineassets/far-mcp-server

What is the FAR Oracle MCP server?

Search Federal Acquisition Regulations (FAR) for government contracting.

How to install FAR Oracle

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "far-mcp-server": {
      "command": "uvx",
      "args": [
        "far-oracle"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "far-mcp-server": {
      "command": "uvx",
      "args": [
        "far-oracle"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "far-mcp-server": {
      "command": "uvx",
      "args": [
        "far-oracle"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "far-mcp-server": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "far-oracle"
      ]
    }
  }
}
Claude Code
claude mcp add far-mcp-server -- uvx far-oracle

Related MCP servers

Agent observability: structured logging, cost tracking, and compliance audit trails