bsangars/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.
MPO MCP Server is a comprehensive Model Context Protocol server built with FastMCP, offering integrations with GitHub, Confluence, and Databricks.
Tools
Functions exposed to the LLM to take actions
github_list_repositories
List repositories for a user or organization.
github_get_repository_info
Get detailed information about a specific repository.
github_search_code
Search for code across GitHub repositories.
github_get_file_contents
Read file contents from a repository.
github_list_branches
List branches in a repository.
github_get_pull_requests
Retrieve pull requests for a repository.
confluence_list_pages
List pages in a Confluence space.
confluence_get_page_content
Get full content of a Confluence page.
confluence_search_pages
Search for pages across Confluence.
confluence_get_page_by_title
Find a page by its exact title.
confluence_list_spaces
List available Confluence spaces.
databricks_list_catalogs
List all Unity Catalog catalogs.
databricks_list_schemas
List schemas in a catalog.
databricks_list_tables
List tables in a schema.
databricks_get_table_schema
Get detailed schema for a table.
databricks_search_tables
Search for tables by name pattern.
databricks_get_catalog_info
Get detailed catalog information.
databricks_get_schema_info
Get detailed schema information.
databricks_execute_query
Execute a SQL query on Databricks.
databricks_list_warehouses
List available SQL warehouses.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client