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!
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.tsif that's preferred — just let me know the expected representation for a remote/streamable-HTTP server. Thanks!