Mochow MCP Server

v1.0.0Databasesstable

List all databases in the Mochow instance. Returns: str: A string containing the names of all databases.

databases
Share:
0
Stars
0
Downloads
0
Weekly
0/5

About

List all databases in the Mochow instance. Returns: str: A string containing the names of all databases.

Features

  • list_databases
  • create_database
  • use_database
  • list_tables
  • describe_table

Use Cases

List all databases in the Mochow instance. Returns: str: A string containing the names of all databases.
Create a database in the Mochow instance. Args: database_name (str): Name of the database. Returns: str: A message indicating the success of database creation.
Switch to a different database. Args: database_name (str): Name of the database to use. Returns: str: A message indicating the success of the database switch.
List all tables in the current database. Returns: str: A string containing the names of all tables.
Describe table details in the Mochow instance. Args: table_name (str): Name of the table to describe. Returns: str: A string containing the details of the table.
Community

Maintainer

LicenseMIT
Languagetypescript
Versionv1.0.0
UpdatedN/A
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

NPM

npx -y mochow-mcp-server

Manual Installation

npx -y mochow-mcp-server

Examples

Basic Configuration

Configure Mochow MCP Server

npx -y mochow-mcp-server

Configuration

Configuration Details

Config File

claude_desktop_config.json

Web UI

Not available

Security

Authentication

RequiredNo

Features

Data Encryption
Audit Logging
RBAC Support

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

More Databases MCP Servers

Explore other servers in the Databases category.

Quick Config Preview

{ "mcpServers": { "mochow": { "command": "npx", "args": ["-y", "mochow-mcp-server"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Mochow MCP Server?

Browse our complete directory of 60+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

60+ ServersFree & Open SourceStep-by-Step Guides