Skip to main content
Glama

DawnMCP — Privacy-Conscious Repository Intelligence for AI Coding Assistants

Model Context Protocol Built with Nitrostack Status

DawnMCP is a deployed MCP (Model Context Protocol) server that gives AI coding assistants — Claude, Cursor, and any MCP-compatible client — deep, grounded understanding of a codebase. Model inference runs through a local, open-source stack (Ollama), so code isn't sent to third-party cloud AI APIs, even though the server itself is hosted and shareable via a live endpoint.

Built by Team Dawn of AI, SRMIST — Runner-Up, Agentic AI Hackathon 2026 (₹10L prize pool, organized by SRM School of Computing, Dept. of Computing Technologies, and NitroStack).


Overview

What it does: DawnMCP indexes a repository and answers natural-language questions with grounded, file-and-line-cited responses — not guesses. It maintains persistent semantic memory across sessions, so project context isn't lost between conversations, and its agents can plan tasks, review code, and help debug by reasoning over the actual indexed codebase.

Who it's for: Teams and researchers working with proprietary or unpublished code — students on unpublished research, companies with sensitive IP, or anyone who wants AI coding assistance without routing their code through a third-party cloud LLM.

What makes it work:

  • Model inference runs through a local Ollama instance (qwen2.5-coder for reasoning, nomic-embed-text for embeddings), with ChromaDB for vector storage — no code sent to external AI APIs for inference

  • Built on the open MCP standard, not a closed plugin system — works with any MCP-compatible client

  • Deployed on NitroCloud for a shareable, always-on endpoint


Related MCP server: LocalNest MCP

Live Demo

🚀 MCP endpoint: https://dawnmcp-6a6d98d3-dawn-of-ai-srmist.app.nitrocloud.ai

Point any MCP-compatible client at this endpoint to try it directly — no local setup required.

{
  "mcpServers": {
    "dawnmcp": {
      "url": "https://dawnmcp-6a6d98d3-dawn-of-ai-srmist.app.nitrocloud.ai"
    }
  }
}

Running It Yourself

Prerequisites

  • Node.js 18+

  • An MCP-compatible client (Claude Desktop, Cursor, etc.)

Setup

git clone https://github.com/dawnmcp/DawnMCP-1.git
cd DawnMCP-1
npm install
cp .env.example .env
npm run start

Features

  • 🔌 MCP-native — works with any MCP-compatible client

  • 🛠️ Tools, resources & prompts — exposes structured capabilities to AI agents

  • 🧠 Persistent memory — retains project context across sessions instead of starting fresh each time

  • 🔐 Secure by design — secrets stay in environment variables, never in code

  • Deployed on Nitrostack/NitroCloud — reliable, hosted, and instantly shareable


Tech Stack

MCP (Model Context Protocol) · Ollama (qwen2.5-coder, nomic-embed-text) · ChromaDB · TypeScript · NitroStack · NitroCloud


Team

Built by Dawn of AI, SRM Institute of Science and Technology, KTR — during the Agentic AI Hackathon 2026.


License

MIT © 2026

Install Server
F
license - not found
B
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    B
    quality
    A
    maintenance
    A local-first, agent-agnostic MCP server that provides semantic search, persistent memory, and automated code review capabilities for development workflows. It leverages the Auggie SDK to offer advanced tools for codebase indexing, implementation planning, and deterministic static analysis.
    52
    48
  • A
    license
    B
    quality
    C
    maintenance
    A local-first MCP server that provides AI agents with safe codebase access through file discovery, hybrid lexical-semantic search, and project introspection. It features durable local memory and semantic indexing while keeping all data and processing entirely on your local machine.
    74
    83
    6
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    A self-hosted MCP server that indexes your codebase and provides AI assistants with deep context including file tree, full-text search, git history, dependencies, and stack detection, all without sending your code to third parties.
    9
    1
    MIT

View all related MCP servers

Related MCP Connectors

  • Persistent memory and cross-session learning for AI coding assistants (hosted remote MCP).

  • An MCP server that gives your AI access to the source code and docs of all public github repos

  • Private-by-default, local-first memory/context/task orchestrator for MCP apps and agents.

View all MCP Connectors

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/dawnmcp/DawnMCP-1'

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