
Firebase MCP Server
The Firebase MCP Server bridges AI assistants with Firebase services, enabling seamless integration with Firestore, Storage, and Authentication for smarter, aut...
Connect your Fibery workspace to AI assistants using the Fibery MCP Server for seamless database exploration, data querying, entity creation, and workflow automation.
The Fibery MCP (Model Context Protocol) Server is a bridge between your Fibery workspace and AI assistants that support the MCP protocol. It enables seamless interaction with your Fibery databases and entities using natural language commands. By connecting AI clients to Fibery through the MCP standard, it allows users to query workspace data, retrieve metadata about databases and fields, and create or update entities. This integration streamlines development workflows, making it easier for developers and teams to automate knowledge management, manage structured data, and build intelligent workflows involving the Fibery platform.
No explicit prompt templates are mentioned in the available documentation or repository files.
No explicit list of resources (as defined by MCP) is present in the available documentation or repository files.
list_databases
Retrieves a list of all databases available in your Fibery workspace.
describe_database
Provides a detailed breakdown of a specific database’s structure, including all fields with their titles, names, and types.
query_database
Offers powerful and flexible access to your Fibery data through the Fibery API.
create_entity
Allows the creation of new entities within a specified Fibery database.
Database Exploration and Documentation
Developers can quickly retrieve information about all databases and their structures within a Fibery workspace, aiding onboarding and documentation efforts.
Data Query and Reporting
Use natural language to fetch, filter, and analyze data stored in Fibery, streamlining reporting tasks and facilitating data-driven decisions.
Automated Entity Creation
Easily create new entities (records) in Fibery databases from AI-driven workflows, reducing manual data entry and operational overhead.
Workspace Management via AI Assistants
Integrate with AI clients (like Claude Desktop) to manage and update workspace content conversationally, improving productivity.
No Windsurf-specific instructions provided in the documentation.
uv tool install fibery-mcp-server
{
"mcpServers": {
"fibery-mcp-server": {
"command": "uv",
"args": [
"tool",
"run",
"fibery-mcp-server",
"--fibery-host",
"your-domain.fibery.io",
"--fibery-api-token",
"your-api-token"
]
}
}
}
Securing API Keys:
Store sensitive keys using environment variables.
Example:
{
"mcpServers": {
"fibery-mcp-server": {
"command": "uv",
"args": [
"tool",
"run",
"fibery-mcp-server"
],
"env": {
"FIBERY_API_TOKEN": "your-api-token"
},
"inputs": {
"fibery-host": "your-domain.fibery.io"
}
}
}
}
No Cursor-specific instructions provided.
No Cline-specific instructions provided.
Using MCP in FlowHunt
To integrate MCP servers into your FlowHunt workflow, start by adding the MCP component to your flow and connecting it to your AI agent:
Click on the MCP component to open the configuration panel. In the system MCP configuration section, insert your MCP server details using this JSON format:
{
"fibery-mcp-server": {
"transport": "streamable_http",
"url": "https://yourmcpserver.example/pathtothemcp/url"
}
}
Once configured, the AI agent is now able to use this MCP as a tool with access to all its functions and capabilities. Remember to change “fibery-mcp-server” to the actual name of your MCP server and replace the URL with your MCP server URL.
Section | Availability | Details/Notes |
---|---|---|
Overview | ✅ | |
List of Prompts | ⛔ | |
List of Resources | ⛔ | |
List of Tools | ✅ | 4 tools found |
Securing API Keys | ✅ | Documented via env in config |
Sampling Support (less important in evaluation) | ⛔ | Not mentioned |
Supports Roots: ⛔ (Not mentioned)
Supports Sampling: ⛔ (Not mentioned)
Based on the available documentation and features, the Fibery MCP Server provides essential database and entity management tools for Fibery, but lacks explicit prompt templates, resource definitions, and advanced MCP features such as roots and sampling. Overall, it is a solid integration for core use cases but does not offer the full breadth of MCP functionality.
Rating: 6/10
Has a LICENSE | ✅ (MIT) |
---|---|
Has at least one tool | ✅ |
Number of Forks | 9 |
Number of Stars | 20 |
The Fibery MCP Server is a bridge connecting your Fibery workspace to AI assistants via the Model Context Protocol. It allows you to manage databases and entities in Fibery using natural language, making data access and automation easier.
It offers tools for listing databases, describing database structures, querying data, and creating new entities within your Fibery workspace.
Store sensitive tokens as environment variables in your configuration. For example, use 'FIBERY_API_TOKEN' in your environment settings to avoid exposing credentials.
Common uses include database exploration, natural language data querying, automated entity creation, and workspace management via AI-driven workflows.
No explicit prompt templates or resource lists are included in the current documentation or repository files.
The Fibery MCP Server is MIT-licensed, provides core database/entity tools, and currently scores 6/10 for MCP features, with 9 forks and 20 stars on GitHub.
Unlock powerful database automation and entity management in your Fibery workspace by connecting it to FlowHunt’s intelligent flows.
The Firebase MCP Server bridges AI assistants with Firebase services, enabling seamless integration with Firestore, Storage, and Authentication for smarter, aut...
The Model Context Protocol (MCP) Server bridges AI assistants with external data sources, APIs, and services, enabling streamlined integration of complex workfl...
The Microsoft Fabric MCP Server enables seamless AI-driven interaction with Microsoft Fabric's data engineering and analytics ecosystem. It supports workspace m...