Skip to main content
Glama

🧠 MCP-FWCC: Cocos Common Slot Framework Knowledge Server

Model Context Protocol (MCP) Server providing rich semantic search, AST class exploration, architectural relationship graphs, and step-by-step guides for the cc-common Slot Framework SDK in Cocos Creator 2.4.


🌟 Features

  • πŸ“š 307+ Indexed SDK Modules: Full coverage of cc-core-lib, cc-network, cc-slot-module, cc-slot-mechanics, and cc-slot-features.

  • ⚑ High-Speed MiniSearch Engine: Instant fuzzy full-text search across class definitions, properties, methods, decorators, and implementation sources.

  • πŸ•ΈοΈ Conceptual Graph Engine: Maps relationships between Directors, Table Modules, Symbol Managers, Payline Info, GameDataStore, and Event Buses.

  • πŸ”Œ Multi-Transport Support:

    • HTTP JSON-RPC 2.0 (POST http://localhost:8925/)

    • Server-Sent Events SSE (http://localhost:8925/sse & /messages)

    • Stdio Transport (--stdio)

  • 🩺 Live Health Check: http://localhost:8925/health


Related MCP server: Cocos Creator MCP Server

πŸ› οΈ MCP Tools

Tool

Description

fwcc_search_docs

Fuzzy search across 307+ cc-common SDK articles, classes, methods, and mechanics

fwcc_get_doc

Retrieve full Markdown documentation and source code excerpt for any module

fwcc_list_topics

List available categories & topics in cc-common with exported classes

fwcc_get_class_api

Get detailed class signature, properties, methods, and inheritance hierarchy

fwcc_get_related_topics

Graph traversal to find related classes, mechanics, and event flows


πŸš€ Quick Start

1. Build & Run

npm install
npm run build
npm start

2. Client Configurations

Antigravity / Gemini IDE (.agents/mcp_config.json)

{
  "mcpServers": {
    "mcp-fwcc": {
      "command": "node",
      "args": ["c:/Users/ADMIN/lamnino/cc20-new-all-in-one/mcp/mcp-fwcc/dist/index.js"]
    }
  }
}

Cursor (.cursor/mcp.json)

{
  "mcpServers": {
    "mcp-fwcc": {
      "url": "http://localhost:8925/sse"
    }
  }
}
F
license - not found
Not graded
quality - not tested
C
maintenance

Maintenance

–Maintainers
–Response time
–Release cycle
–Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    Not graded
    quality
    F
    maintenance
    Enables AI assistants to directly control the Cocos Creator 3.8.x editor via MCP protocol, providing over 130 tools for scene, node, component, asset, and project operations.
    23
    37
    MIT
  • -
    license
    Not graded
    quality
    Not graded
    maintenance
    Enables AI assistants to interact with the Cocos Creator 3.8+ editor through standardized protocols for scene, node, component, prefab, asset, project, debugging, and server operations.
  • F
    license
    Not graded
    quality
    D
    maintenance
    Enables AI assistants to search and analyze Unity project assets, including references and dependencies, via the Model Context Protocol.

View all related MCP servers

Related MCP Connectors

  • Code intelligence for coding agents: semantic, AST, graph, and full-text search. 279+ languages.

  • A Model Context Protocol (MCP) application for automated GitHub PR analysis and issue management.…

  • A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…

View all MCP Connectors

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/lam-ark/mcp-fwcc'

If you have feedback or need assistance with the MCP directory API, please join our Discord server