Find Market Leading MCP Servers and Clients

The largest collection of MCP Servers.

Showing 1021-1050 of 1228 items

A MCP Server to know about Zaragoza tram system in realtime

mcp zaragoza
View Details
Database Mcp
Database Mcp by xavieryang007

# Database MCP Service A MCP (Metoro Control Protocol) service with database capabilities, supporting multiple database types through GORM. ## Features - Support for multiple database types: - MySQL - PostgreSQL - SQLite - SQL Server - ClickHouse - Configuration through: - Configuration file (YAML) - Command line arguments - Environment variables - MCP protocol integration - GORM ORM support ## Installation 1. Clone the repository 2. Install dependencies: ```bash go mod tidy ``` ## Configuration ### Configuration File (config.yaml) Create a `config.yaml` file with the following structure: ```yaml database: type: "mysql" # mysql, postgres, sqlite, sqlserver, clickhouse host: "localhost" port: 3306 username: "root" password: "password" database: "mydb" ssl_mode: "disable" # for postgres file: "database.db" # for sqlite ``` ### Command Line Arguments You can override configuration file settings using command line arguments: ```bash ./database-mcp --config=config.yaml \ --db-type=mysql \ --db-host=localhost \ --db-port=3306 \ --db-user=root \ --db-pass=password \ --db-name=mydb \ --db-ssl-mode=disable \ --db-file=database.db ``` Available command line arguments: - `--config`: Path to config file (default: "config.yaml") - `--db-type`: Database type (mysql, postgres, sqlite, sqlserver, clickhouse) - `--db-host`: Database host - `--db-port`: Database port - `--db-user`: Database username - `--db-pass`: Database password - `--db-name`: Database name - `--db-ssl-mode`: SSL mode (for PostgreSQL) - `--db-file`: Database file (for SQLite) ## Usage 1. Start the service: ```bash ./database-mcp ``` 2. The service will: - Load configuration from file and/or command line - Initialize database connection - Start MCP server - Register available tools and resources ## MCP Configuration To use the MCP service, configure the MCP endpoint in your MCP client: ``` http://127.0.0.1:8080/sse ``` This will connect your MCP client to the local service running on port 8080. ## MCP Tools The service provides the following MCP tools: 1. `get_tables`: Get all tables in the database - Returns a list of tables with their names and comments 2. `get_table_detail`: Get detailed information about a specific table - Arguments: - `table_name`: The name of the table to get details for - Returns table information including: - Table name and comment - Column information (name, type, comment, nullable, default value) 3. `execute_sql`: Execute a SQL query - Arguments: - `query`: The SQL query to execute - Returns: - For SELECT queries: An array of results - For other queries: The number of rows affected ## License MIT License

database-mcp MCP-service
View Details

-

azure-devops mcp-server
View Details
iRacing MCP
iRacing MCP by musantro

A model context protocol server to chat with iRacing data.

mcp-server
View Details

A desktop MCP service that scans for and removes junk files to keep your system clean and optimized.

Next MCP server
Next MCP server by Collaborne

-

mcp-server NEXT
View Details

Cloudera Iceberg MCP Server via Impala

Agent implementing code actions and MCP protocol based on OpenAI LLMs.

Prometheus MCP
Prometheus MCP by etruong42

MCP server to connect LLMs with Prometheus HTTP API

A standalone agent runner that executes tasks using MCP (Model Context Protocol) tools via Anthropic Claude, AWS BedRock and OpenAI APIs. It enables AI agents to run autonomously in cloud environments and interact with various systems securely.

openai-api anthropic-claude
View Details

MCP Server for Teenage Engineering EP-133 KO-II

music midi
View Details
Word MCP Server
Word MCP Server by cuongpham2107

-

word-mcp-server python
View Details
postman-mcp-server
postman-mcp-server by sawantudayan

PostMan MCP Server

postman mcp
View Details

A MCP server for Cappt

presentation mcp
View Details

Not a MCP server for Costco

costco receipt-analysis
View Details

An MCP server providing tools to manage and query a Vectra knowledge base, enabling integration with MCP clients via a backend API.

vectra mcp
View Details
Supabase Todo App
Supabase Todo App by umrzoq-toshkentov

-

supabase todo-app
View Details
JokesMCP
JokesMCP by Laskewitz

Jokes MCP Server built with C# SDK

jokesmcp joke-fetcher
View Details
Bright Data MCP
Bright Data MCP by Bright%20Data

-

scraping webdata
View Details

-

remote-mcp-server cloudflare
View Details

These are MCP server implementations for accessing a SQLite database in your MCP client. There is both a SDIO and a SSE implementation.

mcp mcp-server
View Details
astro-mcp
astro-mcp by morinokami

MCP server to support Astro project development

mcp astro
View Details
Next MCP server
Next MCP server by Collaborne

-

mcp-server NEXT
View Details

2,730+

Jobs opportunities

440+

Top companies

150K

Active users

Frequently Asked Questions

What is MCP (Model Context Protocol)?

MCP is an open-source protocol developed by Anthropic that enables AI systems like Claude to securely connect with various data sources. It provides a universal standard for AI assistants to access external data, tools, and prompts through a client-server architecture.

What are MCP Servers?

MCP Servers are systems that provide context, tools, and prompts to AI clients. They can expose data sources like files, documents, databases, and API integrations, allowing AI assistants to access real-time information in a secure way.

How do MCP Servers work?

MCP Servers work through a simple client-server architecture. They expose data and tools through a standardized protocol, maintaining secure 1:1 connections with clients inside host applications like Claude Desktop.

What can MCP Servers provide?

MCP Servers can share resources (files, docs, data), expose tools (API integrations, actions), and provide prompts (templated interactions). They control their own resources and maintain clear system boundaries for security.

How does Claude use MCP?

Claude can connect to MCP servers to access external data sources and tools, enhancing its capabilities with real-time information. Currently, this works with local MCP servers, with enterprise remote server support coming soon.

Are MCP Servers secure?

Yes, security is built into the MCP protocol. Servers control their own resources, there's no need to share API keys with LLM providers, and the system maintains clear boundaries. Each server manages its own authentication and access control.

What is mcp.so?

mcp.so is a community-driven platform that collects and organizes third-party MCP Servers. It serves as a central directory where users can discover, share, and learn about various MCP Servers available for AI applications.

How can I submit my MCP Server to mcp.so?

You can submit your MCP Server by creating a new issue in our GitHub repository. Click the 'Submit' button in the navigation bar or visit our GitHub issues page directly. Please provide details about your server including its name, description, features, and connection information.