specter skills for Cline
io.github.dirtcubeinteractive/specter-skills
Configure a Specter game backend from chat: economy, progression, leaderboards, multiplayer.
client:Cline
transport:stdio
runtime:npm
Install specter skills in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"specter-skills": {
"command": "npx",
"args": [
"-y",
"specter-skills"
],
"env": {
"SPECTER_ENV": "<SPECTER_ENV>",
"SPECTER_ALLOW_MUTATIONS": "<SPECTER_ALLOW_MUTATIONS>",
"SPECTER_API_KEY": "<SPECTER_API_KEY>",
"SPECTER_PROJECT_ID": "<SPECTER_PROJECT_ID>",
"SPECTER_ADMIN_TOKEN": "<SPECTER_ADMIN_TOKEN>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs