JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 182
  • Score
    100M100P100Q79325F
  • License GPL-3.0

MCP Server for dynamic language and framework context loading - Compatible with Cursor and GitHub Copilot

Package Exports

  • @stackguide/mcp-server
  • @stackguide/mcp-server/dist/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@stackguide/mcp-server) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

StackGuide MCP Server

Dynamic context loading for AI coding assistants. Works with Cursor and GitHub Copilot.

Quick Start

1. Configure

Cursor (.cursor/mcp.json):

{
  "mcpServers": {
    "stackguide": {
      "command": "npx",
      "args": ["-y", "@stackguide/mcp-server"]
    }
  }
}

VS Code (.vscode/mcp.json):

{
  "mcpServers": {
    "stackguide": {
      "command": "npx",
      "args": ["-y", "@stackguide/mcp-server"]
    }
  }
}

2. Use

Just ask your AI assistant:

  • "Select project type react-node"
  • "List available rules"
  • "Get full context"
  • "Browse cursor directory for python rules"

Supported Stacks

python-django · python-fastapi · python-flask · react-node · react-typescript · vue-node · nextjs · express · nestjs · laravel · rails · golang · rust

Tools (42 total)

Category Tools
Project list_project_types select_project_type get_current_context
Rules list_rules get_rule select_rules search_rules create_rule update_rule delete_rule
Knowledge list_knowledge get_knowledge select_knowledge search_knowledge
Config save_configuration load_configuration list_configurations export_configuration
Web Docs fetch_web_docs list_web_docs search_web_docs get_suggested_docs
Cursor Directory browse_cursor_directory search_cursor_directory import_cursor_directory_rule get_popular_cursor_rules
Context get_full_context add_custom_rule

Cursor Directory Integration

Import community rules from cursor.directory:

browse_cursor_directory category:"python"
search_cursor_directory query:"react best practices"
import_cursor_directory_rule slug:"nextjs-react-typescript-cursor-rules"

Custom Rules

Create your own rules that persist across sessions:

create_rule projectType:"react-node" name:"My Standards" category:"best-practices" content:"..."

Rules are stored in ~/.stackguide/rules/.

License

GPL-3.0