Skip to main content
Glama

Firefly III MCP Server

by boxpositron
wrangler.jsonc1.11 kB
{ "$schema": "../../node_modules/wrangler/config-schema.json", "name": "firefly-iii-mcp", "main": "src/index.ts", "compatibility_date": "2025-05-27", "compatibility_flags": ["nodejs_compat_v2"], "observability": { "enabled": true, }, "migrations": [ { "new_sqlite_classes": ["FireflyIIIAgent"], "tag": "v1" } ], "durable_objects": { "bindings": [ { "class_name": "FireflyIIIAgent", "name": "MCP_OBJECT" } ] }, // "compatibility_flags": [ // "nodejs_compat" // ], // "vars": { // "MY_VAR": "my-variable" // }, // "kv_namespaces": [ // { // "binding": "MY_KV_NAMESPACE", // "id": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" // } // ], // "r2_buckets": [ // { // "binding": "MY_BUCKET", // "bucket_name": "my-bucket" // } // ], // "d1_databases": [ // { // "binding": "MY_DB", // "database_name": "my-database", // "database_id": "" // } // ], // "ai": { // "binding": "AI" // }, // "observability": { // "enabled": true, // "head_sampling_rate": 1 // } }

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/boxpositron/firefly-iii-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server