
A Model Context Protocol server connects to your Skeet MCP Servers and automatically configures all
A Model Context Protocol server connects to your Skeet MCP Servers and automatically configures all your mcp tools.
A Model Context Protocol server connects to your Skeet MCP Servers and automatically configures all your mcp tools.
To learn more about MCP Servers see:
This Skeet Local MCP Server was designed for seamless integration with skeet.build
Note that tools will only appear if the configurations have been set.
refresh_skeet_tools
postgres_query
sql (string): The SQL query to executemysql_query
sql (string): The SQL query to executeredis_query
command (string): The Redis command to executeredis_get
key (string): The key to retrieveredis_set
key (string): The key to setvalue (string): The value to storeexpiry (number, optional): Expiration time in secondsopensearch_search
query (string): The search query (JSON string or query string)index (string, optional): The index to search inThe server provides schema/mapping information for each connected database system:
PostgreSQL Table Schemas (postgres://<host>/<table>/schema)
MySQL Table Schemas (mysql://<host>/<table>/schema)
Redis Key Information (redis://<host>/<key>/schema)
Redis Keys Listing (redis://<host>/keys)
OpenSearch Index Mappings (opensearch://<host>/<index>/mapping)
You can provide your Skeet API key as an environment variable when running the MCP server:
SKEET_API_KEY=your_api_key_here npx -y @skeetbuild/skeet-localThis allows the MCP server to authenticate with the Skeet API for extended capabilities and usage tracking.
To use this server with the Claude Desktop app, add the following configuration to the "mcpServers" section of your claude_desktop_config.json:
{
"mcpServers": {
"postgres": {
"command": "npx",
"args": [
"-y",
"@skeetbuild/skeet-local"
],
"env": {
"SKEET_API_KEY": "your_api_key_here"
}
}
}
}Replace /mydb with your database name and your_api_key_here with your actual Skeet API key.
To use this server with Cursor, add the following configuration to your global (~/.cursor/mcp.json) or project-specific (.cursor/mcp.json) configuration file:
{
"mcpServers": {
"postgres": {
"command": "npx",
"args": [
"-y",
"@skeetbuild/skeet-local"
],
"env": {
"SKEET_API_KEY": "your_api_key_here"
}
}
}
}For more details on setting up MCP with Cursor, see the Cursor MCP documentation.
To use this server with GitHub Copilot in VS Code, add a new MCP server using the VS Code command palette:
Cmd+Shift+P and search for "Add MCP Server"{
"mcp": {
"servers": {
"postgres": {
"command": "npx",
"args": [
"-y",
"@skeetbuild/skeet-local"
],
"env": {
"SKEET_API_KEY": "your_api_key_here"
}
}
}
}
}For detailed setup instructions, see the GitHub Copilot MCP documentation.
To use this server with Windsurf, add the following configuration to your Windsurf MCP settings:
{
"mcpServers": {
"postgres": {
"command": "npx",
"args": [
"-y",
"@skeetbuild/skeet-local"
"postgresql://localhost:5432/mydb"
],
"env": {
"SKEET_API_KEY": "your_api_key_here"
}
}
}
}For more information on configuring MCP with Windsurf, refer to the Windsurf MCP documentation.
This server is based on the PostgreSQL MCP server from the modelcontextprotocol project.
This MCP server is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License. For more details, please see the LICENSE file in the project repository.
Pick your client and paste the snippet. Each one is the same server, written the way that client expects it.
claude mcp add postgres -- npx -y @skeetbuild/skeet-local{
"mcpServers": {
"postgres": {
"env": {
"SKEET_API_KEY": ""
},
"args": [
"-y",
"@skeetbuild/skeet-local"
],
"command": "npx"
}
}
}code --add-mcp '{"name":"postgres","env":{"SKEET_API_KEY":""},"args":["-y","@skeetbuild/skeet-local"],"command":"npx"}'[mcp_servers.postgres]
command = "npx"
args = ["-y", "@skeetbuild/skeet-local"]Runs locally on your device. Your client starts the server itself, so nothing has to be hosted.
Paste this prompt into your agent. It reads this page and does the setup for you.
Read https://aiagentslisting.com/mcp/skeet-local-mcp-server to learn what the "Skeet local MCP Server" MCP server does and how to install it. Add it to my coding agent's MCP configuration as documented on that page, then confirm the server connects and list the tools it exposes.Agents can also browse this directory over MCP at https://aiagentslisting.com/api/mcp
This server runs locally, so we can't read its tool list over the web yet.
Maintain this server? Claiming proves you own the listing and earns the last 4 points.
Claim this listingPaste this line near the top of your repository's README. The badge always renders the current score.
[](https://aiagentslisting.com/mcp/skeet-local-mcp-server)Nothing comparable is listed yet.
No tagged releases on record.
Connect to the AI Agents Listing MCP server at https://aiagentslisting.com/api/mcp using the HTTP transport and complete the sign-in when it asks. Then call the submit_review tool for the listing "skeet-local-mcp-server" with a rating from 1 to 5 and a short note on what worked and what did not.No reviews yet
Be the first to share your experience with this tool.
One email a week. New agents, MCP servers and skills, and what is actually getting traction.