Skip to main content
Glama

Textwell MCP Server

by worldnine
/** * Textwell MCP constants */ export const BRIDGE_URL = 'https://worldnine.github.io/textwell-mcp/'; export const URL_SCHEME_VALIDATION_TIMEOUT = 3000; // 3 seconds /** * Textwell specific error messages */ export const ERROR_MESSAGES = { URL_SCHEME_NO_RESPONSE: 'Textwell did not respond to the URL scheme', BRIDGE_SETUP_FAILED: 'Failed to setup Textwell bridge', TEXT_OPERATION_FAILED: 'Text operation failed in Textwell' } as const;

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/worldnine/textwell-mcp'

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