Skip to main content
Glama

SillyTavern MCP Server

by CG-Labs
manifest.json788 B
{ "name": "MCP Extension", "version": "1.0.0", "description": "Adds WebSocket-based tool execution support to SillyTavern", "author": "SillyTavern Community", "homepage": "https://github.com/SillyTavern/SillyTavern", "license": "MIT", "type": "module", "requires": { "api": "1.0.0" }, "config": { "websocket": { "port": { "type": "number", "default": 5005, "description": "WebSocket server port" } }, "logging": { "level": { "type": "string", "enum": ["debug", "info", "warn", "error"], "default": "info", "description": "Logging level" } } } }

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/CG-Labs/SillyTavern-MCP-Extension'

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