useopencompany/convex
v1.1.0MIT
Inspect deployments, query data, and run Convex functions with permission controls.
MCP servers
Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.
convexstreamable-http
{
"type": "streamable-http",
"url": "https://api.opencompany.chat/mcp/plugins/convex"
}What this package declares
The files a client reads when it loads this plugin, exactly as this revision carries them.
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "convex",
"version": "1.1.0",
"description": "Inspect deployments, query data, and run Convex functions with permission controls.",
"author": {
"name": "opencompany",
"url": "https://opencompany.com"
},
"homepage": "https://docs.convex.dev/ai/convex-mcp-server",
"repository": "https://github.com/useopencompany/plugins/tree/main/convex",
"license": "MIT",
"keywords": [
"convex",
"database",
"functions",
"deployment",
"errors"
],
"extensions": {
"so.opencompany.capabilities": {
"read": {
"label": "Inspect Convex deployment",
"defaultMode": "on",
"tools": [
"status",
"tables",
"functionSpec"
]
},
"query": {
"label": "Read documents and logs",
"defaultMode": "ask",
"tools": [
"data",
"logs",
"runOneoffQuery"
]
},
"write": {
"label": "Run Convex functions",
"defaultMode": "ask",
"tools": [
"run"
]
},
"draft": {
"label": "Manage environment variables",
"defaultMode": "off",
"tools": [
"envGet",
"envList",
"envSet",
"envRemove"
]
}
},
"so.opencompany.events": [
{
"id": "function.failed",
"label": "Function failed",
"description": "Starts a workflow when a function in the connected Convex deployment fails. Repeat failures of the same function are grouped so one incident starts one run.",
"delivery": "webhook",
"filters": [
{
"id": "function_type",
"label": "Function type",
"kind": "choice",
"required": false,
"options": [
{
"id": "query",
"name": "Query"
},
{
"id": "mutation",
"name": "Mutation"
},
{
"id": "action",
"name": "Action"
},
{
"id": "http_action",
"name": "HTTP action"
}
]
}
]
}
]
}
}
Client extensions
Data this package carries for particular clients. The directory lists the clients named and never reads what is addressed to them.
- so.opencompany.capabilities
- so.opencompany.events