MCP Servers

A collection of Model Context Protocol servers, templates, tools and more.

TeaRAGs MCP provides AST-aware chunking, vector embeddings, and git-blame–enriched metadata to enable fast, explainable RAG over large repositories. The architecture is designed to evolve toward explicit code topology (L3) and higher reasoning layers.

Created 1/29/2026
Updated 26 days ago
Repository documentation and setup instructions
GitHub API error: 403
Quick Setup
Installation guide for this server

Install Package (if required)

npx @modelcontextprotocol/server-tearags-mcp

Cursor configuration (mcp.json)

{ "mcpServers": { "artk0de-tearags-mcp": { "command": "npx", "args": [ "artk0de-tearags-mcp" ] } } }