🤖 nostr-code-snippet-mcp
Add this to your claude config file:
{
"mcpServers": {
"nostr-code-snippet-mcp": {
"command": "node",
"args": ["/Users/<path to>/nostr-code-snippet-mcp/dist/index.js"],
"env": {
"NSEC": "<some nsec>",
"RELAYS": "wss://relay.damus.io,wss://relay.snort.social"
}
}
}
}
NOTE: be sure to replace <path to> with the path to wherever you cloned the repo
The configuration file location depends on your operating system:
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Linux:
~/.config/Claude/claude_desktop_config.json - Windows:
%APPDATA%/Claude/claude_desktop_config.json
Development
Install dependencies:
npm install
Build the project:
npm run build
Run the inspector:
npm run inspect
Recommend MCP Servers 💡
twitter-mcp
Manage your twitter account using mcp
mcp-maven-deps
An MCP server that provides tools for checking Maven dependency versions and retrieving their latest versions from Maven Central Repository.
typescript-analyzer
An intelligent MCP server for analyzing and fixing TypeScript 'any' types, offering fast, extensible, and React-aware capabilities.
github-repo-mcp
Model Context Protocol server for Github Repo // Reading Github Repo
@rawr-ai/mcp-filesystem
A Bun-based MCP server for filesystem operations with granular permission controls and enhanced functionality.
yfinance-trader
An MCP (Model Context Protocol) tool that provides stock market data and trading capabilities using the yfinance library, specifically adapted for Claude Desktop.