@recon-fuzz-mcp/chimera
π npm
π License: MIT
π Node 18+
Solidity μ€λ§νΈ 컨νΈλνΈλ₯Ό μν Chimera νΌμ§ ν μ€νΈ μ€μνΈλ₯Ό μ€μΊν΄λ©νλ MCP μλ²μ λλ€. μμ±, νΈλ€λ¬, νΌμ μ€μ μ΄ ν¬ν¨λ μ»΄νμΌ μ€λΉ μλ£ νλ‘μ νΈλ₯Ό μμ±ν©λλ€.
λꡬ
λꡬ | μ λ ₯ | λ°νκ° |
|
| μ 체 Chimera νλ‘μ νΈ (Setup, Properties, TargetFunctions, BeforeAfter, CryticTester + μ€μ ) |
|
| Solidity μ€μΌλ ν€μ΄ ν¬ν¨λ 8-15κ°μ μμ λ λΆλ³ μμ± |
|
| νμ€ νλ‘ν μ½ μ νμ μν μ»΄νμΌ μ€λΉ μλ£λ μ 체 Chimera νλ‘μ νΈ |
|
| μ½λ μμ κ° ν¬ν¨λ μμΈ μ€λͺ |
νλ‘ν μ½ μ ν
erc20, vault, lending, amm, governance, staking
ν¨ν΄
actors, ghosts, cross-contract, setup-layering
Related MCP server: Pentagonal
μ€μΉ
Claude Code
claude mcp add chimera-scaffold -- npx @recon-fuzz-mcp/chimeraClaude Desktop
~/Library/Application Support/Claude/claude_desktop_config.jsonμ μΆκ°:
{
"mcpServers": {
"chimera-scaffold": {
"command": "npx",
"args": ["@recon-fuzz-mcp/chimera"]
}
}
}Cursor
νλ‘μ νΈμ .cursor/mcp.jsonμ μΆκ°:
{
"mcpServers": {
"chimera-scaffold": {
"command": "npx",
"args": ["@recon-fuzz-mcp/chimera"]
}
}
}API ν€κ° νμνμ§ μμ΅λλ€. μλ²λ λ€νΈμν¬ νΈμΆ μμ΄ μμ ν λ‘컬μμ μ€νλ©λλ€.
λ‘컬 κ°λ°
git clone https://github.com/Recon-Fuzz/recon-mcp-chimera.git
cd recon-mcp-chimera
npm install
npm run buildμλ ν μ€νΈ
# List tools
echo '{"jsonrpc":"2.0","method":"tools/list","id":1}' | node dist/index.js
# Scaffold a vault project
echo '{"jsonrpc":"2.0","method":"tools/call","params":{"name":"scaffold_project","arguments":{"contract_name":"SimpleVault","functions":["deposit(uint256)","withdraw(uint256)"]}},"id":2}' | node dist/index.js
# Get a lending template
echo '{"jsonrpc":"2.0","method":"tools/call","params":{"name":"get_template","arguments":{"template_name":"lending"}},"id":3}' | node dist/index.jsμν€ν μ²
λ€νΈμν¬ νΈμΆ μμ β λͺ¨λ κ²μ΄ λ©λͺ¨λ¦¬ λ΄ ν νλ¦Ώ λ° λ¬Έμμ΄ μμ± λ°©μμ λλ€.
src/templates/base.tsβ Solidity νμΌ μμ±κΈ° (Setup, BeforeAfter, Properties, TargetFunctions, CryticTester)src/templates/configs.tsβ νΌμ μ€μ μμ±κΈ° (foundry.toml, echidna.yaml, medusa.json)src/properties/β νλ‘ν μ½ μ νλ³ μμ λ μμ± μΉ΄νλ‘κ·Έ (κ° 8-15κ° μμ±)src/patterns/β μ 체 Solidity μ½λ μμ κ° ν¬ν¨λ ν¨ν΄ μ€λͺsrc/tools/β MCP λꡬ ꡬν
κ°μΈμ 보 보νΈ
μ΄ μλ²λ μμ ν μ€νλΌμΈμΌλ‘ μ€νλ©λλ€. λ€νΈμν¬ νΈμΆ, νκ²½ λ³μ μ½κΈ°, λμ€ν¬ μ°κΈ°, ν λ λ©νΈλ¦¬κ° μμ΅λλ€. λͺ¨λ ν νλ¦Ώ μμ±μ νλ‘μΈμ€ λ΄μμ λ°μν©λλ€.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Recon-Fuzz/recon-mcp-chimera'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
