Skip to main content
Glama

kb-mcp-server

by Geeksfino
__init__.py431 B
"""Tools for the txtai MCP server.""" # Import order matters to avoid circular imports from .causal_config import CausalBoostConfig, DEFAULT_CAUSAL_CONFIG from .search import register_search_tools from .qa import register_qa_tools from .retrieve import register_retrieve_tools __all__ = [ "register_search_tools", "register_qa_tools", "register_retrieve_tools", "CausalBoostConfig", "DEFAULT_CAUSAL_CONFIG" ]

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/Geeksfino/kb-mcp-server'

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