compiler-explorer / compiler-explorer/ce-mcp
Reduce token count
- Dominant language
- Python
- Stars
- 7
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
Adding CE mcp eats up a decent chunk of claude's memory:
```
MCP tools · /mcp
└ mcp__compiler-explorer__compile_check_tool (compiler-explorer): 1.5k tokens
└ mcp__compiler-explorer__compile_and_run_tool (compiler-explorer): 1.8k tokens
└ mcp__compiler-explorer__compile_with_diagnostics_tool 1.9k
(compiler-explorer): tokens
└ mcp__compiler-explorer__analyze_optimization_tool 2.3k tokens
(compiler-explorer):
└ mcp__compiler-explorer__compare_compilers_tool (compiler-explorer):795 tokens
└ mcp__compiler-explorer__generate_share_url_tool 2.1k tokens
(compiler-explorer):
└ mcp__compiler-explorer__find_compilers_tool (compiler-explorer): 1.5k tokens
└ mcp__compiler-explorer__get_libraries_tool (compiler-explorer): 747 tokens
└ mcp__compiler-explorer__get_library_details_tool 751 tokens
(compiler-explorer):
└ mcp__compiler-explorer__get_languages_tool (compiler-explorer): 701 tokens
└ mcp__compiler-explorer__lookup_instruction_tool 1.5k tokens
(compiler-explorer):
└ mcp__compiler-explorer__download_shortlink_tool 1.4k tokens
(compiler-explorer):
```
compared to GH's MCP where each command is 500-600 tokens
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.