PluginBench
MCP Server
Active

FYI MCP MCP Server

io.github.edithatogo/fyi-mcp

What is the FYI MCP MCP server?

FYI request management with tools for requests, authorities, correspondence, sync, and health.

How to install FYI MCP

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": {
    "fyi-mcp": {
      "command": "https://github.com/edithatogo/fyi-cli/releases/download/fyi-mcp-v0.1.2/fyi-mcp-0.1.2-win32.mcpb",
      "args": []
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "fyi-mcp": {
      "command": "https://github.com/edithatogo/fyi-cli/releases/download/fyi-mcp-v0.1.2/fyi-mcp-0.1.2-win32.mcpb",
      "args": []
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "fyi-mcp": {
      "command": "https://github.com/edithatogo/fyi-cli/releases/download/fyi-mcp-v0.1.2/fyi-mcp-0.1.2-win32.mcpb",
      "args": []
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "fyi-mcp": {
      "type": "stdio",
      "command": "https://github.com/edithatogo/fyi-cli/releases/download/fyi-mcp-v0.1.2/fyi-mcp-0.1.2-win32.mcpb",
      "args": []
    }
  }
}
Claude Code
claude mcp add fyi-mcp -- https://github.com/edithatogo/fyi-cli/releases/download/fyi-mcp-v0.1.2/fyi-mcp-0.1.2-win32.mcpb

Related MCP servers

Stdio MCP server for MCHS schemas, validation, support status, and evidence.

1
SAS
MIT
View repository →

Reference verification MCP server for CSL bibliographies, evidence, and audited writes.

1
Rust
View repository →

Read-only MCP server for licensed Healthpoint HL7 FHIR API access.

0
Rust
Apache-2.0
View repository →

OSF CLI Go

Maintained

Read-only MCP tools for authenticated Open Science Framework projects and files.

0
Go
Apache-2.0
View repository →