Packmind
Access and manage your team's coding best practices and knowledge base from Packmind.
Setup
- Use node 20
- Run the following command
npm install
npm run build
Github Copilot (VSCode)
- Create a .vscode/mcp.json file
Add a new block
protomind
{
"servers": {
"protomind": {
"command": "node",
"args": [
"<PATH_TO_YOUR_HOME>/mcp-server/build/index.js"
]
}
}
}
Cursor
- Go to "Settings -> MCP -> Add a new global MCP server"
Add a new block
packmind
{
"mcpServers": {
"packmind": {
"command": "node",
"args": [
"<PATH_TO_YOUR_HOME>/packmind-mcp-server/build/index.js"
],
"env": {
"PACKMIND_API_KEY": "YOUR_API_KEY"
}
}
}
}
Related Servers
Feishu MCP Server
An MCP server with built-in Feishu OAuth authentication, deployable on Cloudflare Workers.
JSON Diff
A JSON diff tool to compare two JSON strings.
Advent of Code MCP Server
Interact with the Advent of Code website. Requires a session cookie for authentication.
ShellAgent
An MCP server for executing shell commands, requiring Node.js 18 or newer.
Interactive Feedback MCP
An MCP server for interactive user feedback and command execution in AI-assisted development.
FileScopeMCP
Analyzes your codebase identifying important files based on dependency relationships. Generates diagrams and importance scores per file, helping AI assistants understand the codebase. Automatically parses popular programming languages, Python, Lua, C, C++, Rust, Zig.
ChuckNorris
A specialized MCP gateway for LLM enhancement prompts and jailbreaks with dynamic schema adaptation. Provides prompts for different LLMs using an enum-based approach.
Graph Tools
An interactive graph analysis toolkit with web visualizations and AI-powered analysis capabilities.
Unity MCP
Perform actions in the Unity Editor for game development using AI clients.
CCXT MCP Server
Integrate with cryptocurrency exchanges using the CCXT library.