RFP.ai
v1.0.1
ai.rfp/rfp-ai
Draft cited RFP and security questionnaire answers from your knowledge base, with human review
io.github.kosiakMD/artillery-mcp · v0.1.7
MCP server for Artillery 2.x — full flags, Fargate, raw-text parser, project launcher (MIT)
artillery-mcp 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"artillery-mcp": {
"command": "npx",
"args": [
"-y",
"@kosiakmd/artillery-mcp"
]
}
}
}ARTILLERY_WORKDIR可选Absolute path to project root (walk-up from here finds .artillery-mcp.config.json).
ARTILLERY_CLOUD_API_KEY可选secretArtillery Cloud API key. Forwarded to artillery CLI when record=true.
ARTILLERY_MCP_CONFIG可选Absolute path to .artillery-mcp.config.json. Enables run_project_lt + counterBreakdown when set.
ARTILLERY_TIMEOUT_MS可选Max duration of a single artillery command. Default 1800000 (30min).
ARTILLERY_CLOUD_API_KEY可选secretArtillery Cloud API key.
ARTILLERY_MCP_CONFIG可选Path inside container to config file.
v1.0.1
ai.rfp/rfp-ai
Draft cited RFP and security questionnaire answers from your knowledge base, with human review
v1.1.0
io.github.xenarch-ai/xenarch-mcp
Xenarch — x402 MCP server for AI agent payments. Non-custodial, USDC on Base L2.
v1.0.0
com.docimprint/api
AI document intelligence: extract, summarize, claim-check, and notarize with on-chain proofs.
v0.14.0
io.github.blackwell-systems/agent-lsp
Stateful LSP runtime for AI agents — 50+ tools across 30+ languages via MCP.
v0.2.13
io.github.hostinger/hostinger-api-mcp
MCP server for Hostinger API
v0.41.0
io.github.zhitongblog/unterm
The terminal AI agents can drive: spawn panes, run commands, read screens, scrolling screenshots.
{
"id": "io.github.kosiakMD/artillery-mcp",
"type": "mcp-server",
"version": "0.1.7",
"displayName": "artillery-mcp",
"description": "MCP server for Artillery 2.x — full flags, Fargate, raw-text parser, project launcher (MIT)",
"repository": {
"url": "https://github.com/kosiakMD/artillery-mcp",
"source": "github"
},
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "@kosiakmd/artillery-mcp",
"version": "0.1.7",
"transport": "stdio",
"environmentVariables": [
{
"name": "ARTILLERY_WORKDIR",
"description": "Absolute path to project root (walk-up from here finds .artillery-mcp.config.json)."
},
{
"name": "ARTILLERY_CLOUD_API_KEY",
"description": "Artillery Cloud API key. Forwarded to artillery CLI when record=true.",
"isSecret": true
},
{
"name": "ARTILLERY_MCP_CONFIG",
"description": "Absolute path to .artillery-mcp.config.json. Enables run_project_lt + counterBreakdown when set."
},
{
"name": "ARTILLERY_TIMEOUT_MS",
"description": "Max duration of a single artillery command. Default 1800000 (30min)."
}
]
},
{
"registryType": "oci",
"identifier": "docker.io/kosiakmd/artillery-mcp:0.1.7",
"transport": "stdio",
"environmentVariables": [
{
"name": "ARTILLERY_CLOUD_API_KEY",
"description": "Artillery Cloud API key.",
"isSecret": true
},
{
"name": "ARTILLERY_MCP_CONFIG",
"description": "Path inside container to config file."
}
]
},
{
"registryType": "oci",
"identifier": "ghcr.io/kosiakmd/artillery-mcp:0.1.7",
"transport": "stdio"
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.kosiakMD/artillery-mcp",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.kosiakMD%2Fartillery-mcp/versions/latest",
"isOfficial": true,
"status": "active"
}
}