NugIt MCP
Allows GitHub Copilot (via VS Code) to save and retrieve NugIt content, including searching approved collections and reusing saved answers.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@NugIt MCPSearch NugIt for our brand voice, read the matching Nug, and use it to draft this announcement. Cite the Nug."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
NugIt MCP
Keep the good answer. Use it again in another AI.
NugIt saves the AI answers, ideas, plans, and instructions you choose to keep in a private library. Connect your AI tools to the same NugIt account to find and reuse that knowledge across conversations, with a link back to the original Nug and control over what each connection can read.
Create your NugIt account · Choose an assistant · Try a first workflow · Get help
Start here
Follow the setup guide for your assistant below. The hosted MCP URL is
https://nugit.ai/mcp.Sign in to NugIt and approve the connection. New connections default to saving and reading your whole library; manage each connection in Account settings.
After an answer you want to keep, say “Save that to NugIt.” Wait for the confirmed private Nug link.
To reuse it, ask a connected assistant to search your library. If you limited that connection to one collection in Account settings, add the Nug to that collection first. Ask “Search NugIt for brand voice, read the matching Nug, and use it to draft this announcement. Cite the Nug.”
Connecting alone does not save anything. Saving a Nug does not automatically add it to a collection. Each assistant has its own authorization. An existing save-only connection cannot read your library.
Assistant | Setup | Package / status |
Cursor | Root Cursor plugin; preview, live verification pending | |
ChatGPT | Hosted integration; this repo does not publish or update a listing | |
Claude | Hosted connector; directory submission is separate | |
Codex | Remote config and packaged Codex plugin | |
Claude Code | Remote config and root Claude Code plugin | |
VS Code / GitHub Copilot | Native VS Code configuration |
Configuration checks are not end-to-end client verification. See the dated compatibility record, including Gemini and other candidates still under evaluation.
Related MCP server: Chalee MCP RAG
Useful beyond code
Writers and marketers: reuse a saved voice guide in the assistant drafting your next campaign.
Teachers and trainers: turn a saved lesson outline into an exercise for a different audience.
Researchers and founders: carry selected findings and decisions into a new analysis, keeping source links.
Developers: retrieve a saved fix and assess whether it applies to the current project.
Start with the copyable workflows. This is deliberate reuse of saved material, not automatic synchronization of whole conversations.
Tools and access
Tool | Purpose | Permission |
| Save the selected answer as Markdown and return a private link |
|
| Find saved Nugs using literal keywords |
|
| Read a selected Nug, with pagination for long content | Same read permission |
New connections default to saving and reading your whole library, including future Nugs. In Account settings → AI connections → Change access, choose Save only or Save and read, with access to one manual collection or your whole library. Save changes without reconnecting. Existing save-only connections retain their access until you change it. Removing a Nug from that collection stops future retrieval through that grant. Revoking a connection stops future access; it cannot erase text already returned to another AI.
See permissions and privacy, tool reference, and troubleshooting. A NugIt account is required; current account capacity and plan limits apply. Your AI provider's access rules and data policies also apply.
What this repository contains
This MIT-licensed repository contains public integration manifests, configuration examples, documentation, logos, and validation code for NugIt's hosted service. It does not contain the hosted application implementation or a self-hostable MCP server. No local proxy or API key is required for the documented OAuth connections.
Official MCP Registry metadata using the existing identity
io.github.matthewrusk/nugitDirectory submission kit, including reusable copy and review instructions
For repository checks, install Node.js 20.19+ and run:
npm ci --ignore-scripts
npm run checkOptional public endpoint checks: npm run smoke. They use no credentials, save no Nugs, and do not prove authenticated client compatibility. See testing for what is and is not covered.
This server cannot be deployed
Maintenance
Related MCP Connectors
Save selected AI-generated answers as private Nugs in your personal NugIt library.
Gives your AI assistant persistent memory and intelligence about your work patterns.
Persistent personal memory for AI assistants — save, search, and recall across every MCP client.
Shared memory for AI tools — save notes and work records, recall them from any other tool.
1
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables accessing and managing personal/team internal knowledge repository with tools for semantic search, smart search, document listing, and saving information for future recall.Apache 2.0
- FlicenseNot gradedqualityDmaintenanceEnables RAG (Retrieval-Augmented Generation) capabilities with document processing, vector storage, and intelligent Q\&A using OpenAI embeddings and semantic search.-
- AlicenseNot gradedqualityCmaintenanceEnables AI assistants to search and retrieve information from your knowledge base using RAG (Retrieval-Augmented Generation) with hybrid search, document indexing, and ChromaDB vector storage.25 npmMIT
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to save and search bookmarks using OpenAI's RAG capabilities for intelligent bookmark management and retrieval.MIT