Install
Select a method below to install the server.
create-ai-tool
Create a new AI tool definition in a project. The schema should be a raw JSON Schema object with type, properties, and required fields (e.g. {"type": "object", "properties": {...}}). Do NOT use the OpenAI function calling wrapper format. After creation, attach the tool to a variation using update-agentcontrol-config-variation.
▾
Create a new AI tool definition in a project. The schema should be a raw JSON Schema object with type, properties, and required fields (e.g. {"type": "object", "properties": {...}}). Do NOT use the OpenAI function calling wrapper format. After creation, attach the tool to a variation using update-agentcontrol-config-variation.
Open-world
get-ai-tool
Get a single AI tool definition including its full schema. Use to inspect a tool's parameters before attaching it to an AgentControl Config variation.
▾
Get a single AI tool definition including its full schema. Use to inspect a tool's parameters before attaching it to an AgentControl Config variation.
Read-only
Idempotent
Open-world
list-ai-tools
List AI tool definitions in a project. Returns each tool's key, description, and schema. Tools are attached to AgentControl Config variations to give models function-calling capabilities.
▾
List AI tool definitions in a project. Returns each tool's key, description, and schema. Tools are attached to AgentControl Config variations to give models function-calling capabilities.
Read-only
Idempotent
Open-world
No tools match your search.
https://mcp.launchdarkly.com/mcp/aiconfigs
If you have a client that's not listed above, access the raw MCP
configuration below. Check out
the troubleshooting documentation
for more help.
{
"command": "npx",
"args": [
"mcp-remote@0.1.25",
"https://mcp.launchdarkly.com/mcp/aiconfigs",
"--header",
"Mcp-Factory-Feedback-Webhook-Auth-Token:${MCP_FACTORY_FEEDBACK_WEBHOOK_AUTH_TOKEN}",
"--header",
"Mcp-Factory-Feedback-Webhook-Url:${MCP_FACTORY_FEEDBACK_WEBHOOK_URL}",
"--header",
"Mcp-O11-Y-Graphql-Endpoint:${MCP_O11_Y_GRAPHQL_ENDPOINT}",
"--header",
"Mcp-Vent-Webhook-Auth-Token:${MCP_VENT_WEBHOOK_AUTH_TOKEN}",
"--header",
"Mcp-Vent-Webhook-Url:${MCP_VENT_WEBHOOK_URL}"
],
"env": {
"MCP_FACTORY_FEEDBACK_WEBHOOK_AUTH_TOKEN": "<your-value-here>",
"MCP_FACTORY_FEEDBACK_WEBHOOK_URL": "<your-value-here>",
"MCP_O11_Y_GRAPHQL_ENDPOINT": "<your-value-here>",
"MCP_VENT_WEBHOOK_AUTH_TOKEN": "<your-value-here>",
"MCP_VENT_WEBHOOK_URL": "<your-value-here>"
}
}