https://github.com/nodetec/nostr-code-snippet-mcp
🤖 code snippet mcp server
https://github.com/nodetec/nostr-code-snippet-mcp
mcp nostr
Last synced: 27 days ago
JSON representation
🤖 code snippet mcp server
- Host: GitHub
- URL: https://github.com/nodetec/nostr-code-snippet-mcp
- Owner: nodetec
- License: mit
- Created: 2025-04-04T05:44:45.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2025-04-04T05:52:17.000Z (7 months ago)
- Last Synced: 2025-04-04T06:28:44.415Z (7 months ago)
- Topics: mcp, nostr
- Language: JavaScript
- Homepage:
- Size: 0 Bytes
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-mcp-servers - nodetec/nostr-code-snippet-mcp - based MCP server. (✨ Code Analysis & Quality)
- awesome-mcp-servers - **nostr-code-snippet-mcp** - 🤖 code snippet mcp server `http` `git` `github` `typescript` `mcp` `npm install nodetec/nostr-code-snippet-mcp` (📦 Other)
- awesome-mcp-servers - **nostr-code-snippet-mcp** - 🤖 code snippet mcp server `http` `git` `github` `typescript` `mcp` `npm install nodetec/nostr-code-snippet-mcp` (Other)
README
# 🤖 nostr-code-snippet-mcp
[video demo](https://v.nostr.build/RSMqDK9pwTIm6bxu.mp4)
Add this to your claude config file:
```json
{
"mcpServers": {
"nostr-code-snippet-mcp": {
"command": "node",
"args": ["/Users//nostr-code-snippet-mcp/dist/index.js"],
"env": {
"NSEC": "",
"RELAYS": "wss://relay.damus.io,wss://relay.snort.social"
}
}
}
}
```
**NOTE**: be sure to replace `` 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:
```bash
npm install
```
Build the project:
```bash
npm run build
```
Run the inspector:
```bash
npm run inspect
```