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.mcpbRelated MCP servers
MCHS NWAU Calculator
Active
Stdio MCP server for MCHS schemas, validation, support status, and evidence.
1
View repository →SAS
MIT
Sourceright
Active
Reference verification MCP server for CSL bibliographies, evidence, and audited writes.
1
View repository →Rust
healthpoint-rs
Active
Read-only MCP server for licensed Healthpoint HL7 FHIR API access.
0
View repository →Rust
Apache-2.0
OSF CLI Go
Maintained
Read-only MCP tools for authenticated Open Science Framework projects and files.
0
View repository →Go
Apache-2.0