Skip to content

Add NaijaBase MCP server — Nigerian BaaS platform - #4627

Open
duro1983 wants to merge 1 commit into
modelcontextprotocol:mainfrom
duro1983:main
Open

Add NaijaBase MCP server — Nigerian BaaS platform#4627
duro1983 wants to merge 1 commit into
modelcontextprotocol:mainfrom
duro1983:main

Conversation

@duro1983

Copy link
Copy Markdown

NaijaBase MCP Server

NaijaBase is Nigeria's first Backend-as-a-Service
platform — a Supabase alternative hosted at
Rack Centre Lagos, billed in naira, NDPA 2023 compliant.

npm package

npx @naijabase/mcp-server

13 tools available

Data tools (service key):

  • list_tables — list all project tables
  • query_table — SELECT with filters
  • insert_row — INSERT rows
  • update_row — UPDATE rows
  • delete_row — DELETE rows

Admin tools (API token):

  • run_sql — execute raw SQL
  • list_projects — list all projects
  • get_project — project details + keys
  • create_project — create new project
  • list_functions — list edge functions
  • deploy_function — deploy edge function
  • get_logs — execution logs
  • get_usage — DB size, requests, storage

Setup

{
"mcpServers": {
"naijabase": {
"command": "npx",
"args": ["-y", "@naijabase/mcp-server"],
"env": {
"NAIJABASE_SERVICE_KEY": "nb_service_xxx",
"NAIJABASE_PROJECT_ID": "your-project-id"
}
}
}
}

Links

  • npm: npmjs.com/package/@naijabase/mcp-server
  • Docs: docs.naijabase.dev/docs/mcp/overview
  • Platform: app.naijabase.dev

Click "Create Pull Request"

NaijaBase is Nigeria's first Backend-as-a-Service 
  platform with MCP support. Provides 13 tools for 
  database queries, project management, edge function 
  deployment, and usage monitoring.
  
  npm: @naijabase/mcp-server
  Docs: docs.naijabase.dev/docs/mcp/overview
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant