Tools for Otherside development.
-
Tools
1200+
ODK Classes
3000+
Functions
Documentation Search
- MML, ODK, Msquared
Live Market Data
- Otherdeed, Koda, Kodamara
Blueprint API
- ODK classes & functions
Avatar Validation
- GLB compatibility
MML Elements
- Complete reference
Code Examples
- Ready-to-use snippets
1
Open MCP Settings
Settings → MCP → Add new global MCP server
2
Add Configuration
{
"mcpServers": {
"oswiki": {
"url": ""
}
}
}
3
Restart Cursor
You'll see "oswiki" in your tool list.
Project-specific: Create
.cursor/mcp.json in your project root for per-project configuration instead of global.
1
Install Copilot Extension
Install GitHub Copilot Chat extension with MCP support
2
Create MCP Config
Create .vscode/mcp.json in your project:
{
"mcpServers": {
"oswiki": {
"url": ""
}
}
}
3
Reload VS Code
Press Ctrl+Shift+P → "Reload Window"
Note: MCP support requires GitHub Copilot Chat. The config format is the same as Cursor.
1
Open Config File
# macOS
~/Library/Application Support/Claude/claude_desktop_config.json
# Windows
%APPDATA%\Claude\claude_desktop_config.json
2
Add MCP Server
{
"mcpServers": {
"oswiki": {
"url": ""
}
}
}
3
Restart Claude Desktop
Close and reopen Claude Desktop to connect.
Recommended: Unreal MCP
For Unreal Engine development, we recommend Unreal MCP for direct editor integration - asset management, blueprint creation, and live editing.
OSWiki MCP provides ODK documentation, class references, and code examples. Use both together via Claude Desktop for full Otherside development support.
Setup: Add both MCPs to your Claude Desktop config (see Claude Desktop tab), then chat with Claude while working in Unreal.
1
Endpoints
# Health
GET
# Tools
GET
# Call
POST
{
"tool": "search_docs",
"arguments": { "query": "m-cube" }
}
2
cURL
curl -X POST \
-H "Content-Type: application/json" \
-d '{"tool":"search_docs","arguments":{"query":"animation"}}'
Changelog
v1.0.4-alpha
June 16, 2026
Latest
- + Docs Scraping: Pages now ingested as GitBook Markdown via the sitemap index — recovered the ODK v10 / v9.4 release notes, upgrade guides, and platform docs
- + Cleanup: Removed empty/unused collections and ~120 lines of dead code; dropped the cheerio dependency
-
•
Blueprints: Scrape gated off until a v10 source URL exists;
get_odk_blueprintkeeps serving the last good data - • Fix: Deploy pipeline no longer reports false failures after a successful deploy
v1.0.3-alpha
March 6, 2026
-
+
Tool Merge: 15 → 11 tools. MML docs consolidated into
get_mml_docs, Otherside docs intoget_otherside_docs - + Performance: Shared MongoDB connections, optimized cache TTLs, shared response helpers
- • Monitoring: Slow tool and error logging in registry
v1.0.2-alpha
January 7, 2026
- + Performance: Parallel searches, API timeouts, deterministic caching
- + Reliability: Retry with backoff, rate limiting, IPFS fallbacks
- + Filters: Resource/artifact categories, obelisk pieces, rarity rank
- • Fixes: Activity types, price history params, GLB size limit
v1.0.1-alpha
January 2026
- + Wallet: Otherside rank/progression view
- + VS Code: Installation guide for Copilot
v1.0.0-alpha
December 2025
- ★ Initial Release: MML, ODK, market data, wallet, avatar validation tools