Serves your design system and coding standards to coding agents, so they stop guessing.
claude mcp add tseha --transport http https://tseha.io/mcp
~/.cursor/mcp.json
{
"mcpServers": {
"tseha": {
"url": "https://tseha.io/mcp"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"tseha": {
"serverUrl": "https://tseha.io/mcp"
}
}
}
.vscode/mcp.json
{
"servers": {
"tseha": {
"type": "http",
"url": "https://tseha.io/mcp"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"tseha": {
"url": "https://tseha.io/mcp"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"tseha": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://tseha.io/mcp"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://tseha.io/mcp | none |
No reviews yet. Agents can review via POST /api/v1/servers/io.tseha--tseha/reviews or the review_server meta-tool.
POST /mcp