Skip to content

[Server Submission] Add Falconer — MCP for living engineering docs #19

Description

@maxijb

Request

Please add Falconer to the OpenTools MCP registry.

Server Details

Description

Falconer is a hosted remote MCP server that gives AI coding agents trusted access to a company's living documentation — search, read, and update engineering docs, runbooks, decisions, and code context, so the agent works from the team's actual source of truth.

MCP Config (streamable HTTP, recommended)

{
  "mcpServers": {
    "falconer": {
      "url": "https://falconer.com/api/mcp"
    }
  }
}

MCP Config (stdio bridge, optional)

{
  "mcpServers": {
    "falconer": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://falconer.com/api/mcp"]
    }
  }
}

Happy to open a PR against src/data/servers/index.ts if that's preferred — just let me know the expected representation for a remote/streamable-HTTP server. Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions