Teleport Documentation

by greedy52

Not rated
GitHub

About

Search and query Teleport's documentation using embeddings stored in a local Chroma vector database.

Details

Author
greedy52
Categories
Search, Knowledge Base, Other

Setup

Install Teleport Documentation in your MCP client (Claude Desktop, Cursor, Windsurf, and others).

Repository: https://github.com/greedy52/teleport-docs-mcp

Follow the installation instructions in the repository README, then restart your MCP client.

Search and query Teleport's documentation using embeddings stored in a local Chroma vector database.

Build a MCP server for Teleport Documentation

Embeddings generated fromteleport docsare saved in a Chroma database. A MCP tool is provided to do the vector search and return the result from the database. Note that no LLM model is used to interpret the result within the MCP tool. It's up to the AI tool that calls the MCP tool to interpret the result.

https://hub.docker.com/r/stevetelelport/teleport-docs-mcp

docker run --rm -i stevetelelport/teleport-docs-mcp:v0.1.0
{ "mcpServers": { "teleport-docs": { "command": "docker", "args": [ "run", "--rm", "-i", "stevetelelport/teleport-docs-mcp:v0.1.0" ] } } }

note that it takes a few seconds to spin up.

docker run -d --name teleport-docs-mcp-sse -p 8282:8000 stevetelelport/teleport-docs-mcp:v0.1.0 uv run main.py --sse --host 0.0.0.0
curl -Ls https://astral.sh/uv/install.sh | sh
$ docker run --name teleport-docs-mcp-sse -d -p 8282:8000 teleport-docs uv main.py --sse --host 0.0.0.0
{ "mcpServers": { "teleport-docs": { "command": "uv", "args": [ "--directory", "/path/to/teleport-docs-mcp", "run", "main.py" ] } } }

The vector database is prepopulated and provided with this repo. You can refresh the data by removing existing indexes, and copy the latest pages from theteleportOSS GitHub repo.

rm -rf docs/pages rm -rf docs/pages_fixed cp /path/to/teleport/docs/pages docs/pages cp /path/to/teleport/examples docs/examples python3 fix_include.py

Search global news using natural language. Webz.io News Search API returns the most relevant articles and content, with filters for source, country, language, date, sentiment, and category.

Semantic search for Hex package documentation. Requires local Elixir and Mix installation.

Retrieve and process documentation using vector search to provide context for AI assistants.

Retrieve and process documentation using vector search to provide relevant context for AI assistants.

MCP server for Apache AGE graph databases on PostgreSQL. 21 MCP tools — the most comprehensive Apache AGE MCP server (graph CRUD, Cypher queries, batch transactions, semantic search, Graph RAG, vis.js visualization, export/import) - F#/.NET — the only non-Python Apache AGE MCP server, installs as a single dotnet tool - Production-grade — BenchmarkDotNet-verified performance (cached queries in 62 ns, Cypher in 1 ms) - Open source — MIT license, published on NuGet - Documentation — full docs site at neftedollar.com/age-mcp

Local semantic search over React Native docs for AI agents — no API key

Discovery & reputation layer for AI agents: semantic search over 15,000+ agents and MCP servers, cross-registry reputation, remote MCP over Streamable HTTP, no auth.

An MCP server providing semantic search capabilities for APLCart data.

MCP server for Christian scholarship and research — scripture, Greek/Hebrew word data, cross-references, patristic texts, and semantic search,

Free local RAG for Claude Code - Save tokens & time with vector search. Indexes markdown docs and finds relevant info without reading entire files (40x fewer tokens, 15x faster).

Access and search EPUB ebook collections using semantic vector search.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.