mcp-ts
zonlabs/mcp-tsAn MCP client library for building conversational AI applications with dynamic tool discovery for context-efficient agents.
Tools · 3
Search across the MCP Toolkit knowledge base to find relevant information, code examples, API references, and guides. Use this tool when you need to answer questions about MCP Toolkit, find specific d…
Run a read-only shell-like query against a virtualized, in-memory filesystem rooted at `/` that contains ONLY the MCP Toolkit documentation pages and OpenAPI specs. This is NOT a shell on any real mac…
Report a problem with this documentation site so the docs team can fix it. Use when a documentation page is incorrect, outdated, confusing, incomplete, or has a broken example. This is for feedback ab…
Resources · 1
Use when building AI agents that need to connect to multiple MCP servers, manage tool catalogs efficiently, persist sessions, integrate with AI frameworks (Vercel AI SDK, LangChain, Mastra), or implem…
mintlify://skills/zonlabs
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"mcp-ts": {
"url": "https://docs.mcp-assistant.in",
"transport": "http"
}
}
}