.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/nano-collective/nanocoder
home/mcp-servers/nano-collective/nanocoder
nano-collective avatar

nanocoder

bynano-collective· 1 MCP server

Stars

2.3k

Forks

222

Category

AI Agents & MCP

View on GitHub

TL;DR

An open coding agent for your terminal, built by a community collective rather than a company. Bring your own model, keep your code on your machine, and owe nothing to anyone.

How to install nanocoder?

nano-collective/nanocoder
$git clone https://github.com/nano-collective/nanocoder

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install nanocoder by running `git clone https://github.com/nano-collective/nanocoder`, then use it for the current task and follow its documentation at https://github.com/nano-collective/nanocoder.

Files · 1

View on GitHub
README.md
1# Nanocoder
2 
3[简体中文](README.zh-CN.md)
4[繁體中文](README.zh-TW.md)
5 
6An open coding agent for your terminal, built by a community collective rather than a company. Bring your own model, keep your code on your machine, and owe nothing to anyone.
7 
8Built by the [Nano Collective](https://nanocollective.org), a community collective building AI tooling not for profit, but for the community. Nanocoder runs agentic coding on the model of your choice: local models via Ollama, or any OpenAI-compatible API such as OpenRouter, Anthropic, and Google. You decide which provider runs your code and where your data goes. No closed-source features and no paid tiers gating the useful parts: **privacy-respecting**, **local-first**, and **open for all**.
9 
10![Example](./.github/assets/example-preview.gif)
11 
12---
13![Build Status](https://github.com/Nano-Collective/nanocoder/raw/main/badges/build.svg)
14![Coverage](https://github.com/Nano-Collective/nanocoder/raw/main/badges/coverage.svg)
15![Version](https://github.com/Nano-Collective/nanocoder/raw/main/badges/npm-version.svg)
16![NPM Downloads](https://github.com/Nano-Collective/nanocoder/raw/main/badges/npm-downloads-monthly.svg)
17![NPM License](https://github.com/Nano-Collective/nanocoder/raw/main/badges/npm-license.svg)
18![Repo Size](https://github.com/Nano-Collective/nanocoder/raw/main/badges/repo-size.svg)
19![Stars](https://github.com/Nano-Collective/nanocoder/raw/main/badges/stars.svg)
20![Forks](https://github.com/Nano-Collective/nanocoder/raw/main/badges/forks.svg)
21 
22<a href="https://www.star-history.com/#Nano-Collective/nanocoder&Date">
23 <picture>
24 <source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=Nano-Collective/nanocoder&type=Date&theme=dark" />
25 <source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=Nano-Collective/nanocoder&type=Date" />
26 <img alt="Star History Chart" src="https://api.star-history.com/svg?repos=Nano-Collective/nanocoder&type=Date" />
27 </picture>
28</a>
29 
30## Quick Start
31 
32```bash
33npm install -g @nanocollective/nanocoder
34nanocoder
35```
36 
37Also available via [Homebrew](docs/getting-started/installation.md#homebrew-macoslinux) and [Nix Flakes](docs/getting-started/installation.md#nix-flakes).
38 
39### CLI Flags
40 
41Specify provider, model, and starting mode directly:
42 
43```bash
44# Non-interactive mode with specific provider/model
45nanocoder --provider openrouter --model google/gemini-3.1-flash run "analyze src/app.ts"
46 
47# Interactive mode starting with specific provider
48nanocoder --provider ollama --model llama3.1
49 
50# Flags can appear before or after 'run' command
51nanocoder run --provider openrouter "refactor database module"
52 
53# Boot directly into a development mode (normal, auto-accept, yolo, plan)
54nanocoder --mode yolo
55nanocoder --mode plan run "audit the auth module"
56 
57# Fullscreen mode with in-app scrolling instead of the inline default
58nanocoder --alt-screen
59```
60 
61### Screen Modes
62 
63Nanocoder supports two rendering modes, mirroring what Claude Code and Codex ship:
64 
65- **Inline (default)** — renders on the main screen; finished messages print once into the terminal's native scrollback, so your terminal's scrollbar, mouse wheel, and search work as usual. The transcript stays in the terminal after you exit.
66- **Fullscreen** (`--alt-screen` flag, or `"alternateScreen": true` in preferences) — a fixed-height layout on the alternate screen buffer with in-app scrolling: mouse wheel and PgUp/PgDn, with a scroll indicator and automatic snap-back to bottom on new output. `--no-alt-screen` forces inline mode even if the preference is set.
67 
68In both modes, `/clear` fully resets the terminal to a fresh welcome banner, and exiting (Ctrl+C or `/exit`) erases the input UI cleanly, leaving the transcript and a farewell instead of a dead input box.
69 
70## Documentation
71 
72Full documentation is available online at **[docs.nanocollective.org](https://docs.nanocollective.org/nanocoder/docs)** or in the [docs/](docs/) folder:
73 
74- **[Getting Started](docs/gett

Preview

nano-collective/nanocodernano-collective/nanocoder
Reponano-collective/nanocoder
TypeMCP Servers
CategoryAI Agents & MCP
UpdatedJul 2026
LicenseNOASSERTION
First seenJul 27, 2026

Tags

MCP

Related

6 picks
Type
  1. langchain-ai avatarlangchain-mcp-adaptersMake Anthropic Model Context Protocol (MCP) tools compatible with LangChain and LangGraph agents.MCP ServersJul 20267.0M3.6k
  2. openclaw avatarmcporterTypeScript runtime and CLI for connecting to configured Model Context Protocol servers.MCP ServersJul 20262.5M4.8k
  3. sparfenyuk avatarmcp-proxyA MCP server which proxies requests to a remote MCP server over streamable HTTP or SSE.MCP ServersJul 20262.2M2.7k
  4. sooperset avatarmcp-atlassianThe Model Context Protocol (MCP) Atlassian integration is an open-source implementation that bridges Atlassian products (Jira and Confluence) with AI language models following Anthropic's MCP specification.MCP ServersJul 20261.7M5.6k
  5. open-webui avataropen-webuiOpen WebUIMCP ServersJul 20261.4M147k
  6. dyoshikawa avatarrulesyncUnified AI rules management CLI tool that generates configuration files for various AI development toolsMCP ServersJul 2026889k1.3k