Tip
SQL database support In your fastagent.config.yaml (config file) supply a database uri to read MCP server list from an SQL3 database.
otel:
enabled: true # Enable or disable OpenTelemetry
database: "./examples/sqlite_servers/mcp_servers.db"
mcp:
servers:
Tip
qdrant database support In your fastagent.config.yaml (config file) supply a database url to read MCP server list from a qdrant database.
otel:
enabled: true # Enable or disable OpenTelemetry
qdrant_url: "http://localhost:6333"
mcp:
servers:
Tip
Streamable HTTP Support
rag_search.py: Searches qdrant database for relevant MCP servers.
tool_assignment.py: Adds tools to JSON agent description file based on requested tools.
kernel_compose.py: Generates agent file from a JSON agent description file.