convex
Chúng tôi vừa phát hành Convex 1.19.5, bao gồm một mcp servers bản beta cho Convex. Hãy dùng thử và gửi cho chúng tôi mọi phản hồi của bạn.
The Convex MCP Server provides a standardized way for AI agents to interact with Convex backend deployments. It allows agents to introspect database tables and functions, call functions, read and write data, and manage environment variables. A key feature is the ability for agents to write and execute sandboxed JavaScript queries for ad-hoc data analysis, ensuring safety as these queries cannot modify the database.
How to Use:
To use the Convex MCP Server, you typically configure it within an MCP client like Cursor. For Cursor version 0.47 or later, add the following configuration to your mcp.json file:
{
"mcpServers": {
"convex": {
"command": "npx",
"args": [
"-y",
"convex@latest",
"mcp",
"start"
]
}
}
}
Ensure the "convex" server is enabled in your client's settings. The server is launched via the npx -y convex@latest mcp start command.
Implementation Details:
The Convex MCP Server currently uses the stdio transport protocol for local execution. To maintain broad compatibility with various MCP clients, it exposes all functionality through tools and primarily uses string arguments for tool calls, simplifying interaction despite MCP's support for richer structured types.
Recommend MCP Servers 💡
higress-ops-mcp-server
A Model Context Protocol (MCP) server for configuring and managing Higress.
secureframe-mcp-server
This Model Context Protocol server provides read-only access to Secureframe's compliance automation platform for AI assistants like Claude and Cursor. It allows querying security controls, monitoring compliance tests, and accessing audit data across various frameworks such as SOC 2, ISO 27001, CMMC, and FedRAMP.
pulumi-mcp-server
An MCP server that integrates with Pulumi for infrastructure as code management.
@auth0/auth0-mcp-server
The Auth0 MCP Server integrates with LLMs and AI agents, allowing natural language interaction to perform various Auth0 management operations such as creating applications, managing APIs, deploying actions, and listing logs.
ado-mcp
This MCP (Model Context Protocol) server provides tools for interacting with Azure DevOps services through AI assistants.
Firefly
Firefly's MCP Server enables AI agents and copilots to automate, manage, and govern cloud infrastructure by codifying resources, detecting drift, and triggering instant fixes.