Skip to main content
Glama
omkute101

AI Square Documentation MCP Server

by omkute101

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
AISQUARE_COHERE_API_KEYNoAPI key for Cohere reranking (optional). Needed if AISQUARE_RERANKER_ENABLED is true.
AISQUARE_OPENAI_API_KEYYesAPI key for the default embedding adapter (OpenAI). Required for query embeddings and indexing.
AISQUARE_RERANKER_ENABLEDNoSet to 'false' to disable reranking and return deterministic RRF results.true

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
server_statusA

Report current MCP capabilities, registered tools, and static resources.

search_docsC

Search documentation with optional metadata filters and source citations.

get_pageA

Retrieve one complete indexed canonical page, including chunk citations.

search_apiB

Search categories configured as API/reference documentation.

search_codeA

Search only indexed code chunks, optionally prioritizing a language.

find_examplesC

Find implementation examples from indexed code chunks.

related_pagesA

Find unique, same-category pages related to an indexed canonical page.

list_categoriesA

List categories represented in the indexed documentation.

find_sdkB

Find SDK documentation and code examples for a requested language.

search_guidesA

Search categories configured as guides and tutorials.

search_troubleshootingA

Search categories configured as troubleshooting and support content.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
docs_studiosComplete indexed AI Square documentation page for the 'studios' documentation area.
docs_agentsComplete indexed AI Square documentation page for the 'agents' documentation area.
docs_workflowsComplete indexed AI Square documentation page for the 'workflows' documentation area.
docs_deploymentComplete indexed AI Square documentation page for the 'deployment' documentation area.
docs_authenticationComplete indexed AI Square documentation page for the 'authentication' documentation area.
docs_apiComplete indexed AI Square documentation page for the 'api' documentation area.
docs_examplesComplete indexed AI Square documentation page for the 'examples' documentation area.
docs_sdkComplete indexed AI Square documentation page for the 'sdk' documentation area.

Latest Blog Posts

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/omkute101/AISquare-Docs-MCP'

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