{
"mcpServers": {
"cf-mcp": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
MCP server providing documentation tools for Cute Framework
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
MIT. View license →
Is it maintained?
Last commit 28 days ago. 2 stars.
Will it work with my client?
Transport: stdio. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
No automated test available for this server. Check the GitHub README for setup instructions.
No known vulnerabilities.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationHave you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Persistent memory using a knowledge graph
Privacy-first. MCP is the protocol for tool access. We're the virtualization layer for context.
Pre-build reality check. Scans GitHub, HN, npm, PyPI, Product Hunt — returns 0-100 signal.
Monitor browser logs directly from Cursor and other MCP compatible IDEs.
MCP Security Weekly
Get CVE alerts and security updates for Cf Mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
CF::MCP is an MCP server providing documentation tools for the Cute Framework, a C/C++ 2D game framework.
The MCP server supports two modes of operation:
/http.Install the gem and add to the application's Gemfile by executing:
bundle add cf-mcp
If bundler is not being used to manage dependencies, install the gem by executing:
gem install cf-mcp
To start the MCP server, run the following command in your terminal:
cf-mcp stdio --root /path/to/cute_framework_project # STDIO mode
cf-mcp http --root /path/to/cute_framework_project # HTTP mode with web UI
You can use the MCP Inspector to debug and test the server.
Run the inspector with the cf-mcp command directly:
npx @modelcontextprotocol/inspector cf-mcp stdio --root /path/to/cute_framework
This starts the inspector web UI at http://localhost:6274 connected to your MCP server.
First, start the server in HTTP mode:
cf-mcp http --root /path/to/cute_framework --port 9292
Then launch the inspector and connect using Streamable HTTP transport to:
http://localhost:9292/http
After checking out the repo, run bin/setup to install dependencies. Then, run rake test to run the tests. You can also run bin/console for an interactive prompt that will allow you to experiment.
To install this gem onto your local machine, run bundle exec rake install. To release a new version, update the version number in version.rb, and then run bundle exec rake release, which will create a git tag for the version, push git commits and the created tag, and push the .gem file to rubygems.org.
Bug reports and pull requests are welcome on GitHub at https://github.com/pusewicz/cf-mcp.
The gem is available as open source under the terms of the MIT License.