SETUP INSTRUCTIONS MCP SERVER: CLAUDE AI #582
dmdcreativestudio
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Pre-submission Checklist
Discussion Topic
GitHub + Veed.io MCP Server
An intelligent MCP (Model Context Protocol) server that combines GitHub's repository data with Veed.io's video editing platform. Create context-aware video projects using code, documentation, issues, and repository insights.
Features
Prerequisites
Setup Instructions
1. Install Dependencies
2. Configure Environment Variables
Create a
.envfile in the project root:Getting a GitHub Token:
public_repo(orrepofor private repos)Note: GitHub API works without a token but has lower rate limits. A token is recommended for production use.
3. Build the Server
4. Test the Server
5. Configure with ChatGPT/Claude
Add to your MCP client configuration (e.g., ChatGPT desktop app):
{ "mcpServers": { "github-veed": { "command": "node", "args": ["/path/to/github-veed-mcp-server/dist/index.js"], "env": { "GITHUB_TOKEN": "your_github_token_here", "VEED_API_KEY": "your_veed_api_key_here" } } } }Available Tools
🐙 GitHub Intelligence Tools
search_github_repositoriesSearch GitHub repositories for relevant projects and code
stars,forks,updated, orbest-match(default: best-match)search_github_codeSearch for specific code snippets and files across GitHub
get_repository_contentGet content from a specific GitHub repository file
search_github_issuesSearch GitHub issues and pull requests for project insights
open,closed, orall(default: all)create_project_with_github_contextCreate a Veed.io project informed by GitHub search results
repositories,code, orissues(default: repositories)voiceover,subtitle,description)add_github_based_scriptAdd an intelligent script to existing project using GitHub content
repositories,code, orissues(default: repositories)voiceover,subtitle, ordescription🎬 Traditional Veed.io Tools
create_blank_projectCreate a new blank video project in Veed.io
list_projectsList all projects in your workspace
active,completed,archived,all)get_project_detailsGet detailed information about a specific project
Usage Examples
Once connected to your AI assistant, you can use powerful GitHub-driven workflows:
🐙 Developer-Focused Workflows
📚 Documentation & Learning
🚀 Project Showcases
🎬 Traditional Video Workflows
API Requirements
GitHub Setup
Free tier available! GitHub API works without authentication but has rate limits:
To create a GitHub token:
public_repo(orrepofor private repository access).envfileVeed.io Setup (Optional)
For video creation features, you'll need Veed.io API access:
Note: You can use all GitHub search features without Veed.io API access.I access.
Development
Run in Development Mode
Lint Code
Project Structure
Error Handling
The server includes comprehensive error handling for:
Contributing
License
MIT License - see LICENSE file for details
Support
For issues related to:
Beta Was this translation helpful? Give feedback.
All reactions