Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 0 additions & 19 deletions .cursor/mcp.json

This file was deleted.

6 changes: 6 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Sei MCP Server Environment Variables

# Private key for blockchain transactions (without 0x prefix)
# This is used when no private key is provided in the request
# SECURITY: Never commit your actual private key to version control
PRIVATE_KEY=your_private_key_here
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,8 @@ report.[0-9]_.[0-9]_.[0-9]_.[0-9]_.json
mcp-context/
build/

# Environment variables
.env

# Finder (MacOS) folder config
.DS_Store
Loading