GibsonAI/mcp
If you are the rightful owner of mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
GibsonAI's Model Context Protocol (MCP) server enhances the functionality of various development tools by allowing them to interact with projects, databases, and APIs directly from an IDE.
Tools
Functions exposed to the LLM to take actions
get_projects
Get all of the user's existing GibsonAI projects.
create_project
Create a new GibsonAI project.
get_project_details
Get a GibsonAI project's details.
get_project_hosted_database_details
Get the details for querying a GibsonAI project's hosted database.
update_project
Update a GibsonAI project's details. This currently only updates the project's name. Returns the updated project details.
submit_data_modeling_request
Submit a data modeling request for a GibsonAI project.
deploy_project
Deploy a GibsonAI project's hosted databases.
get_project_schema
Get the current schema for a GibsonAI project.
get_deployed_schema
Get the deployed schema for a GibsonAI project.
query_database
Query a GibsonAI project's hosted database using SQL. The environment-specific API key must be provided.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client