MCP Server for the Sensei dojo assistant.
Sensei MCP MCP server is a locally run integration for AI assistants that speak the Model Context Protocol. MCP Server for the Sensei dojo assistant.
Sensei MCP is a Model Context Protocol (MCP) server that provides expert guidance for Dojo and Cairo development on Starknet. It serves as your personal Dojo Sensei, offering specialized knowledge and assistance for building onchain worlds using the Dojo Entity Component System (ECS) framework.
Once Sensei MCP is connected, these are the calls the assistant has available:
dojo_101 — Beginner-friendly introduction to Dojo developmentdojo_config — Essential guidance for configuring Dojo projectsdojo_logic — Expert guidance on implementing Dojo systems and game logicdojo_model — Specialized guidance for creating and working with Dojo modelsdojo_test — Comprehensive guide for writing tests for Dojo applicationsdojo_token — Detailed guidance on implementing token standards in DojoInstallation — 1. Open Cursor command palette (⌘+Shift+P) 2. Type in "Cursor Settings" to open up the settings menu 3. Navigate to "MCP Tools" and click "New MCPgithub on npm is all you need. Most clients run it directly, so configuration is a few lines and a restart.
Among the knowledge and memory options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Sensei MCP's toolset — dojo_101, dojo_config, dojo_logic and 4 more — is a fair guide to whether it matches your workflow. It is maintained by dojoengine; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| dojo_101 | Beginner-friendly introduction to Dojo development |
| dojo_config | Essential guidance for configuring Dojo projects |
| dojo_logic | Expert guidance on implementing Dojo systems and game logic |
| dojo_model | Specialized guidance for creating and working with Dojo models |
| dojo_test | Comprehensive guide for writing tests for Dojo applications |
| dojo_token | Detailed guidance on implementing token standards in Dojo |
| Installation | 1. Open Cursor command palette (⌘+Shift+P) 2. Type in "Cursor Settings" to open up the settings menu 3. Navigate to "MCP Tools" and click "New MCP Server" 4. Add the following configuration to mcp.json: json { "mcpServer |
{
"mcpServers": {
"sensei": {
"type": "command",
"command": "npx github:dojoengine/sensei-mcp",
"enabled": true
}
}
}Configuration as documented by the project. Restart the client after saving.
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.