Back to Home
Superuser666-Sigil icon

SigilDERG-Custom-MCP

Verified Safe

by Superuser666-Sigil

Overview

A Model Context Protocol (MCP) server providing IDE-like code search and navigation, including trigram-based text search, symbol-based navigation, and semantic code search via vector embeddings, designed for integration with AI assistants and agents.

Installation

Run Command
python -m sigil_mcp.server

Environment Variables

  • OPENAI_API_KEY
  • SIGIL_MCP_API_KEY
  • SIGIL_MCP_MODE
  • SIGIL_MCP_AUTH_ENABLED
  • SIGIL_MCP_EMBEDDINGS_ENABLED
  • SIGIL_MCP_EMBEDDINGS_PROVIDER
  • SIGIL_MCP_EMBEDDINGS_MODEL
  • SIGIL_MCP_ADMIN_ENABLED
  • SIGIL_MCP_ADMIN_API_KEY

Security Notes

The server implements multiple layers of authentication including OAuth2 with PKCE, API keys, and IP whitelisting. Sensitive data (API keys, client secrets) are generated and stored with restricted file permissions or sourced from environment variables, avoiding hardcoding. A Host Allowlist Middleware mitigates DNS rebinding. The Admin API is protected by IP whitelisting and an optional API key. While `allow_local_bypass` is convenient for development, it's flagged with warnings for production deployments.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens200
Stars0
Forks0
Last Update2025-12-16

Tags

Code SearchSemantic SearchIDECode NavigationEmbeddingsOAuthAI Agents