fyi-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DATABASE_URL | No | SQLite database URL used by the FYI MCP server. Leave the default for Glama-managed deployments. | sqlite:///tmp/fyi_system.db?mode=rwc |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_requestsA | List tracked Alaveteli requests from the database, newest first. |
| retrieve_requestA | Retrieve an Alaveteli request and its correspondence by ID from the database. |
| create_requestB | Create a new request in the database. |
| update_requestC | Update an existing request in the database. |
| delete_requestA | Delete a request and its correspondence from the database. |
| list_authoritiesA | List authorities stored in the database. |
| import_authoritiesB | Import or update authorities in the database. |
| sync_monitorA | Show sync status, queue depth, and latest sync time. |
| sync_conflictsA | List requests currently marked as sync conflicts. |
| sync_resolve_conflictC | Resolve a sync conflict as clean or dirty. |
| sync_statusB | Read offline synchronization status globally or for one request. |
| check_statusA | Check database health and summarize record counts. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/edithatogo/fyi-cli'
If you have feedback or need assistance with the MCP directory API, please join our Discord server