Skip to content

michaelneale/mcp-stress-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

mega mcp test

this is a test MCP, which does nothing, but exposes 2000+ tools (fake tools pretending to be amigaOS to trick agents!) to stress test an MCP client/agent and validate enhancements like "code mode" https://www.anthropic.com/engineering/code-execution-with-mcp

To run:

use /Users/.../run.sh or similar as cmd arg for a stdio mcp server in your agent (such as goose).

results

Testing standard goose which uses LLM tool calling results in this:

image

and claude code with it:

image

With code mode enabled:

image

and even allows it to reflect on this absurd MCP server with its many tools:

image

claude code can use export ENABLE_EXPERIMENTAL_MCP_CLI=true to enable this:

Notes

goose has a platform extension which can be enabled as "code_execution". This changes the behavior to avoid using native LLM tool calling and use a sandbox environment to script up calls to MCPs (but otherwise operates the same) with limited tools. This allows it to scale to any number of tools and extensions.

read more: https://www.anthropic.com/engineering/code-execution-with-mcp

About

load up thousands of fake mcp tools

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors