pentagonal mcp for VS Code
io.github.achilles1089/pentagonal-mcp
AI smart contract forge — 8-agent security audits, generation, and compilation across 8 chains
client:VS Code
transport:stdio
runtime:npm
Install pentagonal mcp in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "pentagonal-api-key",
"description": "PENTAGONAL_API_KEY",
"password": true
}
],
"servers": {
"pentagonal-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"pentagonal-mcp"
],
"env": {
"PENTAGONAL_API_KEY": "${input:pentagonal-api-key}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs